#5009BC

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

Shades of Purple Heart #5009BC

Tints of Purple Heart #5009BC

Color information

#5009BC (or 0x5009BC) is unknown color: approx Purple Heart. HEX triplet: 50, 09 and BC. RGB value is (80,9,188). Sum of RGB (Red+Green+Blue) = 80+9+188=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #5009BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5009BC is #AFF643. Grayscale: #313131. Windows color (decimal): -11531844 or 12323152. OLE color: 12323152.

HSL color Cylindrical-coordinate representation of color #5009BC: hue angle of 263.8º 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 #5009BC is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB809188-
CMYK0.570.9500.26
HSL263.8º90.86%38.63%-
HSV(B)263.8º95.21%73.73%-
XYZ12.485.5347.99-
YUV50.64205.52148.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 188 (73.83% from 255) = 67.87%
R=28.88%
G=3.25%
B=67.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal8091880.570.9500.26263.890.8638.63
Hex509BC395F01A1085b27
Octal120112747113703241013347
Binary101000010011011110011100110111110110101000010001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5009BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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