#5221ce

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

Shades of Purple Heart #5221CE

Tints of Purple Heart #5221CE

Color information

#5221CE (or 0x5221CE) is unknown color: approx Purple Heart. HEX triplet: 52, 21 and CE. RGB value is (82,33,206). Sum of RGB (Red+Green+Blue) = 82+33+206=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #5221CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5221CE is #ADDE31. Grayscale: #424242. Windows color (decimal): -11394610 or 13508946. OLE color: 13508946.

HSL color Cylindrical-coordinate representation of color #5221CE: hue angle of 256.99º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5221CE is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8233206-
CMYK0.600.8400.19
HSL256.99º72.38%46.86%-
HSV(B)256.99º83.98%80.78%-
XYZ15.167.3459.01-
YUV67.37206.23138.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.55%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 206 (80.86% from 255) = 64.17%
R=25.55%
G=10.28%
B=64.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal82332060.600.8400.19256.9972.3846.86
Hex5221CE3C54013101482f
Octal122413167412402340111057
Binary10100101000011100111011110010101000100111000000011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5221ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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