Html Css Color HEX #4B24BB Purple Heart

📋 copy color: '#4B24BB'

red 75 ◦ green 36 ◦ blue 187

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

Shades of Purple Heart #4B24BB

Tints of Purple Heart #4B24BB

RGB

 RED value IS 75 (29.69% from 255) = 25.17%

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

 BLUE value IS 187 (73.44% from 255) = 62.75%

R = 25.17%
G = 12.08%
B = 62.75%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B24BB (or 0x4B24BB) is known color: Purple Heart. HEX triplet: 4B, 24 and BB. RGB value is (75,36,187). Sum of RGB (Red+Green+Blue) = 75+36+187=298 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.17% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B24BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B24BB is #B4DB44. Grayscale: #404040. Windows color (decimal): -11852613 or 12264523. OLE color: 12264523.

HSL color Cylindrical-coordinate representation of color #4B24BB: hue angle of 255.5º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B24BB is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 36 187 -
CMYK 0.60 0.81 0 0.27
HSL 255.5º 0.68% 0.44% -
HSV(B) 255.5º 0.81% 0.73% -
XYZ 12.5 6.35 47.58 -
YUV 64.88 196.92 135.22 -
System Red Green Blue C M Y K H S L
Decimal 75 36 187 0.60 0.81 0 0.27 255.5 0.68 0.44
Hex 4B 24 BB 3C 51 0 1B FF 44 2C
Octal 113 44 273 74 121 0 33 377 104 54
Binary 1001011 100100 10111011 111100 1010001 0 11011 11111111 1000100 101100

Color Harmonies of #4B24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B24BB

Black with #4B24BB

Text Example


Text Example

White with #4B24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,36,187); }

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

background-color css

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

 a { background-color: rgb(75,36,187); }

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

border-color css

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

 span { border-color: rgb(75,36,187); }

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