Html Css Color HEX #5127DC Han Purple

📋 copy color: '#5127DC'

red 81 ◦ green 39 ◦ blue 220

#5127DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5127DC

Tints of Han Purple #5127DC

RGB

 RED value IS 81 (32.03% from 255) = 23.82%

 GREEN value IS 39 (15.63% 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 value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5127DC (or 0x5127DC) is known color: 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

RGB 81 39 220 -
CMYK 0.63 0.82 0 0.14
HSL 253.92º 0.72% 0.51% -
HSV(B) 253.92º 0.82% 0.86% -
XYZ 17.04 8.37 68.43 -
YUV 72.19 211.41 134.28 -
System Red Green Blue C M Y K H S L
Decimal 81 39 220 0.63 0.82 0 0.14 253.92 0.72 0.51
Hex 51 27 DC 3F 52 0 E FE 48 33
Octal 121 47 334 77 122 0 16 376 110 63
Binary 1010001 100111 11011100 111111 1010010 0 1110 11111110 1001000 110011

Color Harmonies of #5127DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5127DC

Black with #5127DC

Text Example


Text Example

White with #5127DC

Text Example


Text Example

HTML Codes & Css Web 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>