Html Css Color HEX #4824CB Purple Heart

📋 copy color: '#4824CB'

red 72 ◦ green 36 ◦ blue 203

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

Shades of Purple Heart #4824CB

Tints of Purple Heart #4824CB

RGB

 RED value IS 72 (28.52% from 255) = 23.15%

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

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

R = 23.15%
G = 11.58%
B = 65.27%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4824CB (or 0x4824CB) is known color: Purple Heart. HEX triplet: 48, 24 and CB. RGB value is (72,36,203). Sum of RGB (Red+Green+Blue) = 72+36+203=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #4824CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4824CB is #B7DB34. Grayscale: #414141. Windows color (decimal): -12049205 or 13313096. OLE color: 13313096.

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

Color convert

RGB 72 36 203 -
CMYK 0.65 0.82 0 0.20
HSL 252.93º 0.7% 0.47% -
HSV(B) 252.93º 0.82% 0.8% -
XYZ 14.08 6.95 57.1 -
YUV 65.8 205.43 132.42 -
System Red Green Blue C M Y K H S L
Decimal 72 36 203 0.65 0.82 0 0.20 252.93 0.7 0.47
Hex 48 24 CB 41 52 0 14 FD 46 2F
Octal 110 44 313 101 122 0 24 375 106 57
Binary 1001000 100100 11001011 1000001 1010010 0 10100 11111101 1000110 101111

Color Harmonies of #4824CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4824CB

Black with #4824CB

Text Example


Text Example

White with #4824CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4824CB; }

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

 H1.HeaderClassName
 {
   color: #4824CB;
 }
 .AnyTagClassName
 {
   color: #4824CB;
 }
</style>

background-color css

<style>
 a { background-color: #4824CB; }

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

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

border-color css

<style>
 span { border-color: #4824CB; }

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

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