Html Css Color HEX #7417AA Purple Heart

📋 copy color: '#7417AA'

red 116 ◦ green 23 ◦ blue 170

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

Shades of Purple Heart #7417AA

Tints of Purple Heart #7417AA

RGB

 RED value IS 116 (45.7% from 255) = 37.54%

 GREEN value IS 23 (9.38% from 255) = 7.44%

 BLUE value IS 170 (66.8% from 255) = 55.02%

R = 37.54%
G = 7.44%
B = 55.02%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7417AA (or 0x7417AA) is known color: Purple Heart. HEX triplet: 74, 17 and AA. RGB value is (116,23,170). Sum of RGB (Red+Green+Blue) = 116+23+170=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #7417AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7417AA is #8BE855. Grayscale: #434343. Windows color (decimal): -9168982 or 11147124. OLE color: 11147124.

HSL color Cylindrical-coordinate representation of color #7417AA: hue angle of 277.96º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7417AA is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 23 170 -
CMYK 0.32 0.86 0 0.33
HSL 277.96º 0.76% 0.38% -
HSV(B) 277.96º 0.86% 0.67% -
XYZ 14.76 7.23 38.65 -
YUV 67.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 116 23 170 0.32 0.86 0 0.33 277.96 0.76 0.38
Hex 74 17 AA 20 56 0 21 116 4C 26
Octal 164 27 252 40 126 0 41 426 114 46
Binary 1110100 10111 10101010 100000 1010110 0 100001 100010110 1001100 100110

Color Harmonies of #7417AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7417AA

Black with #7417AA

Text Example


Text Example

White with #7417AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7417AA; }

 p { color: rgb(116,23,170); }

 H1.HeaderClassName
 {
   color: #7417AA;
 }
 .AnyTagClassName
 {
   color: #7417AA;
 }
</style>

background-color css

<style>
 a { background-color: #7417AA; }

 a { background-color: rgb(116,23,170); }

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

border-color css

<style>
 span { border-color: #7417AA; }

 span { border-color: rgb(116,23,170); }

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