#3C24CB

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

Shades of Purple Heart #3C24CB

Tints of Purple Heart #3C24CB

Color information

#3C24CB (or 0x3C24CB) is unknown color: approx Purple Heart. HEX triplet: 3C, 24 and CB. RGB value is (60,36,203). Sum of RGB (Red+Green+Blue) = 60+36+203=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C24CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C24CB is #C3DB34. Grayscale: #3D3D3D. Windows color (decimal): -12835637 or 13313084. OLE color: 13313084.

HSL color Cylindrical-coordinate representation of color #3C24CB: hue angle of 248.62º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C24CB is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6036203-
CMYK0.700.8200.20
HSL248.62º69.87%46.86%-
HSV(B)248.62º82.27%79.61%-
XYZ13.276.5357.06-
YUV62.21207.45126.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.07%
GREEN value IS 36 (14.45% from 255) = 12.04%
BLUE value IS 203 (79.69% from 255) = 67.89%
R=20.07%
G=12.04%
B=67.89%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal60362030.700.8200.20248.6269.8746.86
Hex3C24CB4652014f9462f
Octal744431310612202437110657
Binary1111001001001100101110001101010010010100111110011000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C24CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C24CB; }

 p { color: rgb(60,36,203); }

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

<style>
 a { background-color: #3C24CB; }

 a { background-color: rgb(60,36,203); }

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

<style>
 span { border-color: #3C24CB; }

 span { border-color: rgb(60,36,203); }

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