#5206B2

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

Shades of Purple Heart #5206B2

Tints of Purple Heart #5206B2

Color information

#5206B2 (or 0x5206B2) is unknown color: approx Purple Heart. HEX triplet: 52, 06 and B2. RGB value is (82,6,178). Sum of RGB (Red+Green+Blue) = 82+6+178=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 178 (69.92% from 255 or 66.92% from 266); Max value from RGB is 178 - color contains mainly: blue. Hex color #5206B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5206B2 is #ADF94D. Grayscale: #2F2F2F. Windows color (decimal): -11401550 or 11667026. OLE color: 11667026.

HSL color Cylindrical-coordinate representation of color #5206B2: hue angle of 266.51º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5206B2 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB826178-
CMYK0.540.9700.30
HSL266.51º93.48%36.08%-
HSV(B)266.51º96.63%69.8%-
XYZ11.585.1442.5-
YUV48.33201.18152.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.83%
GREEN value IS 6 (2.73% from 255) = 2.26%
BLUE value IS 178 (69.92% from 255) = 66.92%
R=30.83%
G=2.26%
B=66.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal8261780.540.9700.30266.5193.4836.08
Hex526B2366101E10b5d24
Octal12262626614103641313544
Binary10100101101011001011011011000010111101000010111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5206B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5206B2; }

 p { color: rgb(82,6,178); }

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

<style>
 a { background-color: #5206B2; }

 a { background-color: rgb(82,6,178); }

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

<style>
 span { border-color: #5206B2; }

 span { border-color: rgb(82,6,178); }

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