#4017AC

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

Shades of Purple Heart #4017AC

Tints of Purple Heart #4017AC

Color information

#4017AC (or 0x4017AC) is unknown color: approx Purple Heart. HEX triplet: 40, 17 and AC. RGB value is (64,23,172). Sum of RGB (Red+Green+Blue) = 64+23+172=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #4017AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4017AC is #BFE853. Grayscale: #333333. Windows color (decimal): -12576852 or 11278144. OLE color: 11278144.

HSL color Cylindrical-coordinate representation of color #4017AC: hue angle of 256.51º 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 #4017AC is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6423172-
CMYK0.630.8700.33
HSL256.51º76.41%38.24%-
HSV(B)256.51º86.63%67.45%-
XYZ9.874.6839.41-
YUV52.24195.58136.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 23 (9.38% from 255) = 8.88%
BLUE value IS 172 (67.58% from 255) = 66.41%
R=24.71%
G=8.88%
B=66.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64231720.630.8700.33256.5176.4138.24
Hex4017AC3F570211014c26
Octal100272547712704140111446
Binary10000001011110101100111111101011101000011000000011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4017AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4017AC; }

 p { color: rgb(64,23,172); }

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

<style>
 a { background-color: #4017AC; }

 a { background-color: rgb(64,23,172); }

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

<style>
 span { border-color: #4017AC; }

 span { border-color: rgb(64,23,172); }

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