Html Css Color HEX #5127DB Han Purple

📋 copy color: '#5127DB'

red 81 ◦ green 39 ◦ blue 219

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

Shades of Han Purple #5127DB

Tints of Han Purple #5127DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.5%

 BLUE value IS 219 (85.94% from 255) = 64.6%

R = 23.89%
G = 11.5%
B = 64.6%

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

#5127DB (or 0x5127DB) is known color: Han Purple. HEX triplet: 51, 27 and DB. RGB value is (81,39,219). Sum of RGB (Red+Green+Blue) = 81+39+219=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #5127DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5127DB is #AED824. Grayscale: #474747. Windows color (decimal): -11458597 or 14362449. OLE color: 14362449.

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

Color convert

RGB 81 39 219 -
CMYK 0.63 0.82 0 0.14
HSL 254º 0.71% 0.51% -
HSV(B) 254º 0.82% 0.86% -
XYZ 16.91 8.31 67.73 -
YUV 72.08 210.91 134.36 -
System Red Green Blue C M Y K H S L
Decimal 81 39 219 0.63 0.82 0 0.14 254 0.71 0.51
Hex 51 27 DB 3F 52 0 E FE 47 33
Octal 121 47 333 77 122 0 16 376 107 63
Binary 1010001 100111 11011011 111111 1010010 0 1110 11111110 1000111 110011

Color Harmonies of #5127DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5127DB

Black with #5127DB

Text Example


Text Example

White with #5127DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5127DB;
 }
 .AnyTagClassName
 {
   color: #5127DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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