#5208C1

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

Shades of Purple Heart #5208C1

Tints of Purple Heart #5208C1

Color information

#5208C1 (or 0x5208C1) is unknown color: approx Purple Heart. HEX triplet: 52, 08 and C1. RGB value is (82,8,193). Sum of RGB (Red+Green+Blue) = 82+8+193=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #5208C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5208C1 is #ADF73E. Grayscale: #323232. Windows color (decimal): -11401023 or 12650578. OLE color: 12650578.

HSL color Cylindrical-coordinate representation of color #5208C1: hue angle of 264º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5208C1 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB828193-
CMYK0.580.9600.24
HSL264º92.04%39.41%-
HSV(B)264º95.85%75.69%-
XYZ13.195.8250.88-
YUV51.22208.02149.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 193 (75.78% from 255) = 68.20%
R=28.98%
G=2.83%
B=68.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8281930.580.9600.2426492.0439.41
Hex528C13A600181085c27
Octal122103017214003041013447
Binary101001010001100000111101011000000110001000010001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5208C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5208C1; }

 p { color: rgb(82,8,193); }

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

<style>
 a { background-color: #5208C1; }

 a { background-color: rgb(82,8,193); }

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

<style>
 span { border-color: #5208C1; }

 span { border-color: rgb(82,8,193); }

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