Html Css Color HEX #5126EF Han Purple

📋 copy color: '#5126EF'

red 81 ◦ green 38 ◦ blue 239

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

Shades of Han Purple #5126EF

Tints of Han Purple #5126EF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.61%

 BLUE value IS 239 (93.75% from 255) = 66.76%

R = 22.63%
G = 10.61%
B = 66.76%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5126EF (or 0x5126EF) is known color: Han Purple. HEX triplet: 51, 26 and EF. RGB value is (81,38,239). Sum of RGB (Red+Green+Blue) = 81+38+239=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #5126EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5126EF is #AED910. Grayscale: #494949. Windows color (decimal): -11458833 or 15672913. OLE color: 15672913.

HSL color Cylindrical-coordinate representation of color #5126EF: hue angle of 252.84º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5126EF is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 38 239 -
CMYK 0.66 0.84 0 0.06
HSL 252.84º 0.86% 0.54% -
HSV(B) 252.84º 0.84% 0.94% -
XYZ 19.67 9.37 82.43 -
YUV 73.77 221.25 133.16 -
System Red Green Blue C M Y K H S L
Decimal 81 38 239 0.66 0.84 0 0.06 252.84 0.86 0.54
Hex 51 26 EF 42 54 0 6 FD 56 36
Octal 121 46 357 102 124 0 6 375 126 66
Binary 1010001 100110 11101111 1000010 1010100 0 110 11111101 1010110 110110

Color Harmonies of #5126EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5126EF

Black with #5126EF

Text Example


Text Example

White with #5126EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5126EF; }

 p { color: rgb(81,38,239); }

 H1.HeaderClassName
 {
   color: #5126EF;
 }
 .AnyTagClassName
 {
   color: #5126EF;
 }
</style>

background-color css

<style>
 a { background-color: #5126EF; }

 a { background-color: rgb(81,38,239); }

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

border-color css

<style>
 span { border-color: #5126EF; }

 span { border-color: rgb(81,38,239); }

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