Html Css Color HEX #3F24BC Purple Heart

📋 copy color: '#3F24BC'

red 63 ◦ green 36 ◦ blue 188

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

Shades of Purple Heart #3F24BC

Tints of Purple Heart #3F24BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.51%

R = 21.95%
G = 12.54%
B = 65.51%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3F24BC (or 0x3F24BC) is known color: Purple Heart. HEX triplet: 3F, 24 and BC. RGB value is (63,36,188). Sum of RGB (Red+Green+Blue) = 63+36+188=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F24BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F24BC is #C0DB43. Grayscale: #3C3C3C. Windows color (decimal): -12639044 or 12330047. OLE color: 12330047.

HSL color Cylindrical-coordinate representation of color #3F24BC: hue angle of 250.66º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F24BC is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 63 36 188 -
CMYK 0.66 0.81 0 0.26
HSL 250.66º 0.68% 0.44% -
HSV(B) 250.66º 0.81% 0.74% -
XYZ 11.76 5.95 48.11 -
YUV 61.4 199.45 129.14 -
System Red Green Blue C M Y K H S L
Decimal 63 36 188 0.66 0.81 0 0.26 250.66 0.68 0.44
Hex 3F 24 BC 42 51 0 1A FB 44 2C
Octal 77 44 274 102 121 0 32 373 104 54
Binary 111111 100100 10111100 1000010 1010001 0 11010 11111011 1000100 101100

Color Harmonies of #3F24BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F24BC

Black with #3F24BC

Text Example


Text Example

White with #3F24BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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