#4013CB

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

Shades of Purple Heart #4013CB

Tints of Purple Heart #4013CB

Color information

#4013CB (or 0x4013CB) is unknown color: approx Purple Heart. HEX triplet: 40, 13 and CB. RGB value is (64,19,203). Sum of RGB (Red+Green+Blue) = 64+19+203=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #4013CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4013CB is #BFEC34. Grayscale: #343434. Windows color (decimal): -12577845 or 13308736. OLE color: 13308736.

HSL color Cylindrical-coordinate representation of color #4013CB: hue angle of 254.67º 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 #4013CB is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6419203-
CMYK0.680.9100.20
HSL254.67º82.88%43.53%-
HSV(B)254.67º90.64%79.61%-
XYZ13.135.8756.94-
YUV53.43212.41135.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 19 (7.81% from 255) = 6.64%
BLUE value IS 203 (79.69% from 255) = 70.98%
R=22.38%
G=6.64%
B=70.98%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64192030.680.9100.20254.6782.8843.53
Hex4013CB445B014ff532c
Octal1002331310413302437712354
Binary1000000100111100101110001001011011010100111111111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4013CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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