#4013CD

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

Shades of Purple Heart #4013CD

Tints of Purple Heart #4013CD

Color information

#4013CD (or 0x4013CD) is unknown color: approx Purple Heart. HEX triplet: 40, 13 and CD. RGB value is (64,19,205). Sum of RGB (Red+Green+Blue) = 64+19+205=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #4013CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4013CD is #BFEC32. Grayscale: #343434. Windows color (decimal): -12577843 or 13439808. OLE color: 13439808.

HSL color Cylindrical-coordinate representation of color #4013CD: hue angle of 254.52º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4013CD is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6419205-
CMYK0.690.9100.20
HSL254.52º83.04%43.92%-
HSV(B)254.52º90.73%80.39%-
XYZ13.375.9658.2-
YUV53.66213.41135.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 19 (7.81% from 255) = 6.60%
BLUE value IS 205 (80.47% from 255) = 71.18%
R=22.22%
G=6.60%
B=71.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64192050.690.9100.20254.5283.0443.92
Hex4013CD455B014ff532c
Octal1002331510513302437712354
Binary1000000100111100110110001011011011010100111111111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4013CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4013CD; }

 p { color: rgb(64,19,205); }

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

<style>
 a { background-color: #4013CD; }

 a { background-color: rgb(64,19,205); }

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

<style>
 span { border-color: #4013CD; }

 span { border-color: rgb(64,19,205); }

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