#4717AB

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

Shades of Purple Heart #4717AB

Tints of Purple Heart #4717AB

Color information

#4717AB (or 0x4717AB) is unknown color: approx Purple Heart. HEX triplet: 47, 17 and AB. RGB value is (71,23,171). Sum of RGB (Red+Green+Blue) = 71+23+171=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #4717AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4717AB is #B8E854. Grayscale: #353535. Windows color (decimal): -12118101 or 11212615. OLE color: 11212615.

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

Color convert

RGB7123171-
CMYK0.580.8700.33
HSL259.46º76.29%38.04%-
HSV(B)259.46º86.55%67.06%-
XYZ10.264.8938.93-
YUV54.22193.9139.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 171 (67.19% from 255) = 64.53%
R=26.79%
G=8.68%
B=64.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71231710.580.8700.33259.4676.2938.04
Hex4717AB3A570211034c26
Octal107272537212704140311446
Binary10001111011110101011111010101011101000011000000111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4717AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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