#5027B2

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

Shades of Purple Heart #5027B2

Tints of Purple Heart #5027B2

Color information

#5027B2 (or 0x5027B2) is unknown color: approx Purple Heart. HEX triplet: 50, 27 and B2. RGB value is (80,39,178). Sum of RGB (Red+Green+Blue) = 80+39+178=297 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.94% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 178 (69.92% from 255 or 59.93% from 297); Max value from RGB is 178 - color contains mainly: blue. Hex color #5027B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5027B2 is #AFD84D. Grayscale: #424242. Windows color (decimal): -11524174 or 11675472. OLE color: 11675472.

HSL color Cylindrical-coordinate representation of color #5027B2: hue angle of 257.7º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5027B2 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8039178-
CMYK0.550.7800.30
HSL257.7º64.06%42.55%-
HSV(B)257.7º78.09%69.8%-
XYZ12.076.3742.71-
YUV67.1190.58137.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.94%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 178 (69.92% from 255) = 59.93%
R=26.94%
G=13.13%
B=59.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80391780.550.7800.30257.764.0642.55
Hex5027B2374E01E102402b
Octal120472626711603640210053
Binary10100001001111011001011011110011100111101000000101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5027B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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