#5127DC

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

Shades of Han Purple #5127DC

Tints of Han Purple #5127DC

Color information

#5127DC (or 0x5127DC) is unknown color: approx Han Purple. HEX triplet: 51, 27 and DC. RGB value is (81,39,220). Sum of RGB (Red+Green+Blue) = 81+39+220=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #5127DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5127DC is #AED823. Grayscale: #474747. Windows color (decimal): -11458596 or 14427985. OLE color: 14427985.

HSL color Cylindrical-coordinate representation of color #5127DC: hue angle of 253.92º 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 #5127DC is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8139220-
CMYK0.630.8200.14
HSL253.92º72.11%50.78%-
HSV(B)253.92º82.27%86.27%-
XYZ17.048.3768.43-
YUV72.19211.41134.28-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 39 (15.62% from 255) = 11.47%
BLUE value IS 220 (86.33% from 255) = 64.71%
R=23.82%
G=11.47%
B=64.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81392200.630.8200.14253.9272.1150.78
Hex5127DC3F520Efe4833
Octal121473347712201637611063
Binary101000110011111011100111111101001001110111111101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5127DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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