#5221CC

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

Shades of Purple Heart #5221CC

Tints of Purple Heart #5221CC

Color information

#5221CC (or 0x5221CC) is unknown color: approx Purple Heart. HEX triplet: 52, 21 and CC. RGB value is (82,33,204). Sum of RGB (Red+Green+Blue) = 82+33+204=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #5221CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5221CC is #ADDE33. Grayscale: #424242. Windows color (decimal): -11394612 or 13377874. OLE color: 13377874.

HSL color Cylindrical-coordinate representation of color #5221CC: hue angle of 257.19º 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 #5221CC is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8233204-
CMYK0.600.8400.2
HSL257.19º72.15%46.47%-
HSV(B)257.19º83.82%80%-
XYZ14.927.2457.74-
YUV67.14205.23138.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 33 (13.28% from 255) = 10.34%
BLUE value IS 204 (80.08% from 255) = 63.95%
R=25.71%
G=10.34%
B=63.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal82332040.600.8400.2257.1972.1546.47
Hex5221CC3C54014101482e
Octal122413147412402440111056
Binary10100101000011100110011110010101000101001000000011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5221CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5221CC; }

 p { color: rgb(82,33,204); }

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

<style>
 a { background-color: #5221CC; }

 a { background-color: rgb(82,33,204); }

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

<style>
 span { border-color: #5221CC; }

 span { border-color: rgb(82,33,204); }

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