Html Css Color HEX #5127EB Han Purple

📋 copy color: '#5127EB'

red 81 ◦ green 39 ◦ blue 235

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

Shades of Han Purple #5127EB

Tints of Han Purple #5127EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.2%

R = 22.82%
G = 10.99%
B = 66.2%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5127EB (or 0x5127EB) is known color: Han Purple. HEX triplet: 51, 27 and EB. RGB value is (81,39,235). Sum of RGB (Red+Green+Blue) = 81+39+235=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #5127EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5127EB is #AED814. Grayscale: #494949. Windows color (decimal): -11458581 or 15411025. OLE color: 15411025.

HSL color Cylindrical-coordinate representation of color #5127EB: hue angle of 252.86º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5127EB is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 39 235 -
CMYK 0.66 0.83 0 0.08
HSL 252.86º 0.83% 0.54% -
HSV(B) 252.86º 0.83% 0.92% -
XYZ 19.11 9.2 79.37 -
YUV 73.9 218.91 133.06 -
System Red Green Blue C M Y K H S L
Decimal 81 39 235 0.66 0.83 0 0.08 252.86 0.83 0.54
Hex 51 27 EB 42 53 0 8 FD 53 36
Octal 121 47 353 102 123 0 10 375 123 66
Binary 1010001 100111 11101011 1000010 1010011 0 1000 11111101 1010011 110110

Color Harmonies of #5127EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5127EB

Black with #5127EB

Text Example


Text Example

White with #5127EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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