Html Css Color HEX #7613A9 Purple Heart

📋 copy color: '#7613A9'

red 118 ◦ green 19 ◦ blue 169

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

Shades of Purple Heart #7613A9

Tints of Purple Heart #7613A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 55.23%

R = 38.56%
G = 6.21%
B = 55.23%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7613A9 (or 0x7613A9) is known color: Purple Heart. HEX triplet: 76, 13 and A9. RGB value is (118,19,169). Sum of RGB (Red+Green+Blue) = 118+19+169=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 169 (66.41% from 255 or 55.23% from 306); Max value from RGB is 169 - color contains mainly: blue. Hex color #7613A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7613A9 is #89EC56. Grayscale: #414141. Windows color (decimal): -9038935 or 11080566. OLE color: 11080566.

HSL color Cylindrical-coordinate representation of color #7613A9: hue angle of 279.6º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7613A9 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 118 19 169 -
CMYK 0.30 0.89 0 0.34
HSL 279.6º 0.8% 0.37% -
HSV(B) 279.6º 0.89% 0.66% -
XYZ 14.87 7.18 38.14 -
YUV 65.7 186.3 165.3 -
System Red Green Blue C M Y K H S L
Decimal 118 19 169 0.30 0.89 0 0.34 279.6 0.8 0.37
Hex 76 13 A9 1E 59 0 22 118 50 25
Octal 166 23 251 36 131 0 42 430 120 45
Binary 1110110 10011 10101001 11110 1011001 0 100010 100011000 1010000 100101

Color Harmonies of #7613A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7613A9

Black with #7613A9

Text Example


Text Example

White with #7613A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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