#4717AA

Color #4717AA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4717AA

Tints of Purple Heart #4717AA

Color information

#4717AA (or 0x4717AA) is unknown color: approx Purple Heart. HEX triplet: 47, 17 and AA. RGB value is (71,23,170). Sum of RGB (Red+Green+Blue) = 71+23+170=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #4717AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4717AA is #B8E855. Grayscale: #353535. Windows color (decimal): -12118102 or 11147079. OLE color: 11147079.

HSL color Cylindrical-coordinate representation of color #4717AA: hue angle of 259.59º 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 #4717AA is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7123170-
CMYK0.580.8600.33
HSL259.59º76.17%37.84%-
HSV(B)259.59º86.47%66.67%-
XYZ10.164.8538.43-
YUV54.11193.4140.05-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.89%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 170 (66.80% from 255) = 64.39%
R=26.89%
G=8.71%
B=64.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71231700.580.8600.33259.5976.1737.84
Hex4717AA3A560211044c26
Octal107272527212604140411446
Binary10001111011110101010111010101011001000011000001001001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4717AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4717AA;
 }
 .AnyTagClassName
 {
   color: #4717AA;
 }
</style>
background-color css

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

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

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

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

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

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