#5027DC

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

Shades of Han Purple #5027DC

Tints of Han Purple #5027DC

Color information

#5027DC (or 0x5027DC) is unknown color: approx Han Purple. HEX triplet: 50, 27 and DC. RGB value is (80,39,220). Sum of RGB (Red+Green+Blue) = 80+39+220=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 220 (86.33% from 255 or 64.90% from 339); Max value from RGB is 220 - color contains mainly: blue. Hex color #5027DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5027DC is #AFD823. Grayscale: #474747. Windows color (decimal): -11524132 or 14427984. OLE color: 14427984.

HSL color Cylindrical-coordinate representation of color #5027DC: hue angle of 253.59º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5027DC is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8039220-
CMYK0.640.8200.14
HSL253.59º72.11%50.78%-
HSV(B)253.59º82.27%86.27%-
XYZ16.958.3268.42-
YUV71.89211.58133.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 39 (15.62% from 255) = 11.50%
BLUE value IS 220 (86.33% from 255) = 64.90%
R=23.60%
G=11.50%
B=64.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal80392200.640.8200.14253.5972.1150.78
Hex5027DC40520Efe4833
Octal1204733410012201637611063
Binary1010000100111110111001000000101001001110111111101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5027DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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