#5027BC

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

Shades of Purple Heart #5027BC

Tints of Purple Heart #5027BC

Color information

#5027BC (or 0x5027BC) is unknown color: approx Purple Heart. HEX triplet: 50, 27 and BC. RGB value is (80,39,188). Sum of RGB (Red+Green+Blue) = 80+39+188=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #5027BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5027BC is #AFD843. Grayscale: #434343. Windows color (decimal): -11524164 or 12330832. OLE color: 12330832.

HSL color Cylindrical-coordinate representation of color #5027BC: hue angle of 256.51º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5027BC is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8039188-
CMYK0.570.7900.26
HSL256.51º65.64%44.51%-
HSV(B)256.51º79.26%73.73%-
XYZ13.116.7948.2-
YUV68.24195.58136.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.06%
GREEN value IS 39 (15.62% from 255) = 12.70%
BLUE value IS 188 (73.83% from 255) = 61.24%
R=26.06%
G=12.70%
B=61.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80391880.570.7900.26256.5165.6444.51
Hex5027BC394F01A101422d
Octal120472747111703240110255
Binary10100001001111011110011100110011110110101000000011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5027BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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