#5209BC

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

Shades of Purple Heart #5209BC

Tints of Purple Heart #5209BC

Color information

#5209BC (or 0x5209BC) is unknown color: approx Purple Heart. HEX triplet: 52, 09 and BC. RGB value is (82,9,188). Sum of RGB (Red+Green+Blue) = 82+9+188=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 188 (73.83% from 255 or 67.38% from 279); Max value from RGB is 188 - color contains mainly: blue. Hex color #5209BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5209BC is #ADF643. Grayscale: #323232. Windows color (decimal): -11400772 or 12323154. OLE color: 12323154.

HSL color Cylindrical-coordinate representation of color #5209BC: hue angle of 264.47º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5209BC is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB829188-
CMYK0.560.9500.26
HSL264.47º90.86%38.63%-
HSV(B)264.47º95.21%73.73%-
XYZ12.655.6247.99-
YUV51.23205.18149.95-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 188 (73.83% from 255) = 67.38%
R=29.39%
G=3.23%
B=67.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8291880.560.9500.26264.4790.8638.63
Hex529BC385F01A1085b27
Octal122112747013703241013347
Binary101001010011011110011100010111110110101000010001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5209BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5209BC; }

 p { color: rgb(82,9,188); }

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

<style>
 a { background-color: #5209BC; }

 a { background-color: rgb(82,9,188); }

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

<style>
 span { border-color: #5209BC; }

 span { border-color: rgb(82,9,188); }

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