Html Css Color HEX #7613AF Purple Heart

📋 copy color: '#7613AF'

red 118 ◦ green 19 ◦ blue 175

#7613AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7613AF

Tints of Purple Heart #7613AF

RGB

 RED value IS 118 (46.48% from 255) = 37.82%

 GREEN value IS 19 (7.81% from 255) = 6.09%

 BLUE value IS 175 (68.75% from 255) = 56.09%

R = 37.82%
G = 6.09%
B = 56.09%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7613AF (or 0x7613AF) is known color: Purple Heart. HEX triplet: 76, 13 and AF. RGB value is (118,19,175). Sum of RGB (Red+Green+Blue) = 118+19+175=312 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.82% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #7613AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7613AF is #89EC50. Grayscale: #414141. Windows color (decimal): -9038929 or 11473782. OLE color: 11473782.

HSL color Cylindrical-coordinate representation of color #7613AF: hue angle of 278.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7613AF is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 19 175 -
CMYK 0.33 0.89 0 0.31
HSL 278.08º 0.8% 0.38% -
HSV(B) 278.08º 0.89% 0.69% -
XYZ 15.44 7.41 41.17 -
YUV 66.39 189.3 164.82 -
System Red Green Blue C M Y K H S L
Decimal 118 19 175 0.33 0.89 0 0.31 278.08 0.8 0.38
Hex 76 13 AF 21 59 0 1F 116 50 26
Octal 166 23 257 41 131 0 37 426 120 46
Binary 1110110 10011 10101111 100001 1011001 0 11111 100010110 1010000 100110

Color Harmonies of #7613AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7613AF

Black with #7613AF

Text Example


Text Example

White with #7613AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7613AF; }

 p { color: rgb(118,19,175); }

 H1.HeaderClassName
 {
   color: #7613AF;
 }
 .AnyTagClassName
 {
   color: #7613AF;
 }
</style>

background-color css

<style>
 a { background-color: #7613AF; }

 a { background-color: rgb(118,19,175); }

 div.DivClassName
 {
   background-color: #7613AF;
 }
 .BgClassName
 {
   background-color: #7613AF;
 }
</style>

border-color css

<style>
 span { border-color: #7613AF; }

 span { border-color: rgb(118,19,175); }

 td.TdClassName
 {
   border-color: #7613AF;
 }
 .TagClassName
 {
   border-color: #7613AF;
 }
</style>