Html Css Color HEX #4B24CB Purple Heart

📋 copy color: '#4B24CB'

red 75 ◦ green 36 ◦ blue 203

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

Shades of Purple Heart #4B24CB

Tints of Purple Heart #4B24CB

RGB

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

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

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

R = 23.89%
G = 11.46%
B = 64.65%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B24CB (or 0x4B24CB) is known color: Purple Heart. HEX triplet: 4B, 24 and CB. RGB value is (75,36,203). Sum of RGB (Red+Green+Blue) = 75+36+203=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B24CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B24CB is #B4DB34. Grayscale: #424242. Windows color (decimal): -11852597 or 13313099. OLE color: 13313099.

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

Color convert

RGB 75 36 203 -
CMYK 0.63 0.82 0 0.20
HSL 254.01º 0.7% 0.47% -
HSV(B) 254.01º 0.82% 0.8% -
XYZ 14.31 7.07 57.11 -
YUV 66.7 204.92 133.92 -
System Red Green Blue C M Y K H S L
Decimal 75 36 203 0.63 0.82 0 0.20 254.01 0.7 0.47
Hex 4B 24 CB 3F 52 0 14 FE 46 2F
Octal 113 44 313 77 122 0 24 376 106 57
Binary 1001011 100100 11001011 111111 1010010 0 10100 11111110 1000110 101111

Color Harmonies of #4B24CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B24CB

Black with #4B24CB

Text Example


Text Example

White with #4B24CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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