#3f24ce

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

Shades of Purple Heart #3F24CE

Tints of Purple Heart #3F24CE

Color information

#3F24CE (or 0x3F24CE) is unknown color: approx Purple Heart. HEX triplet: 3F, 24 and CE. RGB value is (63,36,206). Sum of RGB (Red+Green+Blue) = 63+36+206=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F24CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F24CE is #C0DB31. Grayscale: #3E3E3E. Windows color (decimal): -12639026 or 13509695. OLE color: 13509695.

HSL color Cylindrical-coordinate representation of color #3F24CE: hue angle of 249.53º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F24CE is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6336206-
CMYK0.690.8300.19
HSL249.53º70.25%47.45%-
HSV(B)249.53º82.52%80.78%-
XYZ13.826.7758.97-
YUV63.45208.45127.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.66%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 206 (80.86% from 255) = 67.54%
R=20.66%
G=11.80%
B=67.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal63362060.690.8300.19249.5370.2547.45
Hex3F24CE4553013fa462f
Octal774431610512302337210657
Binary1111111001001100111010001011010011010011111110101000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f24ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,36,206); }

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

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

 a { background-color: rgb(63,36,206); }

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

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

 span { border-color: rgb(63,36,206); }

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