#4821CB

Color #4821CB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4821CB

Tints of Purple Heart #4821CB

Color information

#4821CB (or 0x4821CB) is unknown color: approx Purple Heart. HEX triplet: 48, 21 and CB. RGB value is (72,33,203). Sum of RGB (Red+Green+Blue) = 72+33+203=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #4821CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4821CB is #B7DE34. Grayscale: #3F3F3F. Windows color (decimal): -12049973 or 13312328. OLE color: 13312328.

HSL color Cylindrical-coordinate representation of color #4821CB: hue angle of 253.76º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4821CB is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7233203-
CMYK0.650.8400.20
HSL253.76º72.03%46.27%-
HSV(B)253.76º83.74%79.61%-
XYZ146.7857.07-
YUV64.04206.42133.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 203 (79.69% from 255) = 65.91%
R=23.38%
G=10.71%
B=65.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72332030.650.8400.20253.7672.0346.27
Hex4821CB4154014fe482e
Octal1104131310112402437611056
Binary10010001000011100101110000011010100010100111111101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4821CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4821CB;
 }
 .AnyTagClassName
 {
   color: #4821CB;
 }
</style>
background-color css

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

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

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

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

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

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