Html Css Color HEX #3F24CB Purple Heart

📋 copy color: '#3F24CB'

red 63 ◦ green 36 ◦ blue 203

#3F24CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #3F24CB

Tints of Purple Heart #3F24CB

RGB

 RED value IS 63 (25% from 255) = 20.86%

 GREEN value IS 36 (14.45% from 255) = 11.92%

 BLUE value IS 203 (79.69% from 255) = 67.22%

R = 20.86%
G = 11.92%
B = 67.22%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3F24CB (or 0x3F24CB) is known color: Purple Heart. HEX triplet: 3F, 24 and CB. RGB value is (63,36,203). Sum of RGB (Red+Green+Blue) = 63+36+203=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F24CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F24CB is #C0DB34. Grayscale: #3E3E3E. Windows color (decimal): -12639029 or 13313087. OLE color: 13313087.

HSL color Cylindrical-coordinate representation of color #3F24CB: hue angle of 249.7º 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 #3F24CB is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 63 36 203 -
CMYK 0.69 0.82 0 0.20
HSL 249.7º 0.7% 0.47% -
HSV(B) 249.7º 0.82% 0.8% -
XYZ 13.46 6.63 57.07 -
YUV 63.11 206.95 127.92 -
System Red Green Blue C M Y K H S L
Decimal 63 36 203 0.69 0.82 0 0.20 249.7 0.7 0.47
Hex 3F 24 CB 45 52 0 14 FA 46 2F
Octal 77 44 313 105 122 0 24 372 106 57
Binary 111111 100100 11001011 1000101 1010010 0 10100 11111010 1000110 101111

Color Harmonies of #3F24CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F24CB

Black with #3F24CB

Text Example


Text Example

White with #3F24CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F24CB;
 }
 .AnyTagClassName
 {
   color: #3F24CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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