#5232CA

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

Shades of Purple Heart #5232CA

Tints of Purple Heart #5232CA

Color information

#5232CA (or 0x5232CA) is unknown color: approx Purple Heart. HEX triplet: 52, 32 and CA. RGB value is (82,50,202). Sum of RGB (Red+Green+Blue) = 82+50+202=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #5232CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5232CA is #ADCD35. Grayscale: #4C4C4C. Windows color (decimal): -11390262 or 13251154. OLE color: 13251154.

HSL color Cylindrical-coordinate representation of color #5232CA: hue angle of 252.63º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5232CA is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8250202-
CMYK0.590.7500.21
HSL252.63º60.32%49.41%-
HSV(B)252.63º75.25%79.22%-
XYZ15.288.3456.68-
YUV76.9198.6131.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 50 (19.92% from 255) = 14.97%
BLUE value IS 202 (79.30% from 255) = 60.48%
R=24.55%
G=14.97%
B=60.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82502020.590.7500.21252.6360.3249.41
Hex5232CA3B4B015fd3c31
Octal12262312731130253757461
Binary101001011001011001010111011100101101010111111101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5232CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5232CA; }

 p { color: rgb(82,50,202); }

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

<style>
 a { background-color: #5232CA; }

 a { background-color: rgb(82,50,202); }

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

<style>
 span { border-color: #5232CA; }

 span { border-color: rgb(82,50,202); }

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