Html Css Color HEX #4E24BD Purple Heart

📋 copy color: '#4E24BD'

red 78 ◦ green 36 ◦ blue 189

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

Shades of Purple Heart #4E24BD

Tints of Purple Heart #4E24BD

RGB

 RED value IS 78 (30.86% from 255) = 25.74%

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

 BLUE value IS 189 (74.22% from 255) = 62.38%

R = 25.74%
G = 11.88%
B = 62.38%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4E24BD (or 0x4E24BD) is known color: Purple Heart. HEX triplet: 4E, 24 and BD. RGB value is (78,36,189). Sum of RGB (Red+Green+Blue) = 78+36+189=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #4E24BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E24BD is #B1DB42. Grayscale: #414141. Windows color (decimal): -11656003 or 12395598. OLE color: 12395598.

HSL color Cylindrical-coordinate representation of color #4E24BD: hue angle of 256.47º 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 #4E24BD is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 78 36 189 -
CMYK 0.59 0.81 0 0.26
HSL 256.47º 0.68% 0.44% -
HSV(B) 256.47º 0.81% 0.74% -
XYZ 12.96 6.56 48.73 -
YUV 66 197.41 136.56 -
System Red Green Blue C M Y K H S L
Decimal 78 36 189 0.59 0.81 0 0.26 256.47 0.68 0.44
Hex 4E 24 BD 3B 51 0 1A 100 44 2C
Octal 116 44 275 73 121 0 32 400 104 54
Binary 1001110 100100 10111101 111011 1010001 0 11010 100000000 1000100 101100

Color Harmonies of #4E24BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E24BD

Black with #4E24BD

Text Example


Text Example

White with #4E24BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E24BD; }

 p { color: rgb(78,36,189); }

 H1.HeaderClassName
 {
   color: #4E24BD;
 }
 .AnyTagClassName
 {
   color: #4E24BD;
 }
</style>

background-color css

<style>
 a { background-color: #4E24BD; }

 a { background-color: rgb(78,36,189); }

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

border-color css

<style>
 span { border-color: #4E24BD; }

 span { border-color: rgb(78,36,189); }

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