#5027BD

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

Shades of Purple Heart #5027BD

Tints of Purple Heart #5027BD

Color information

#5027BD (or 0x5027BD) is unknown color: approx Purple Heart. HEX triplet: 50, 27 and BD. RGB value is (80,39,189). Sum of RGB (Red+Green+Blue) = 80+39+189=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #5027BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5027BD is #AFD842. Grayscale: #434343. Windows color (decimal): -11524163 or 12396368. OLE color: 12396368.

HSL color Cylindrical-coordinate representation of color #5027BD: hue angle of 256.4º 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 #5027BD is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8039189-
CMYK0.580.7900.26
HSL256.4º65.79%44.71%-
HSV(B)256.4º79.37%74.12%-
XYZ13.226.8348.77-
YUV68.36196.08136.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 25.97%
GREEN value IS 39 (15.62% from 255) = 12.66%
BLUE value IS 189 (74.22% from 255) = 61.36%
R=25.97%
G=12.66%
B=61.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80391890.580.7900.26256.465.7944.71
Hex5027BD3A4F01A100422d
Octal120472757211703240010255
Binary10100001001111011110111101010011110110101000000001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5027BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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