#5233CD

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

Shades of Purple Heart #5233CD

Tints of Purple Heart #5233CD

Color information

#5233CD (or 0x5233CD) is unknown color: approx Purple Heart. HEX triplet: 52, 33 and CD. RGB value is (82,51,205). Sum of RGB (Red+Green+Blue) = 82+51+205=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 205 (80.47% from 255 or 60.65% from 338); Max value from RGB is 205 - color contains mainly: blue. Hex color #5233CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5233CD is #ADCC32. Grayscale: #4D4D4D. Windows color (decimal): -11390003 or 13448018. OLE color: 13448018.

HSL color Cylindrical-coordinate representation of color #5233CD: hue angle of 252.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5233CD is Cyan = 0.6, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8251205-
CMYK0.60.7500.20
HSL252.08º60.63%50.2%-
HSV(B)252.08º75.12%80.39%-
XYZ15.688.5758.59-
YUV77.82199.77130.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 51 (20.31% from 255) = 15.09%
BLUE value IS 205 (80.47% from 255) = 60.65%
R=24.26%
G=15.09%
B=60.65%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal82512050.60.7500.20252.0860.6350.2
Hex5233CD3C4B014fc3d32
Octal12263315741130243747562
Binary101001011001111001101111100100101101010011111100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5233CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5233CD; }

 p { color: rgb(82,51,205); }

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

<style>
 a { background-color: #5233CD; }

 a { background-color: rgb(82,51,205); }

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

<style>
 span { border-color: #5233CD; }

 span { border-color: rgb(82,51,205); }

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