Html Css Color HEX #5106ED Han Purple

📋 copy color: '#5106ED'

red 81 ◦ green 6 ◦ blue 237

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

Shades of Han Purple #5106ED

Tints of Han Purple #5106ED

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.85%

 BLUE value IS 237 (92.97% from 255) = 73.15%

R = 25%
G = 1.85%
B = 73.15%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5106ED (or 0x5106ED) is known color: Han Purple. HEX triplet: 51, 06 and ED. RGB value is (81,6,237). Sum of RGB (Red+Green+Blue) = 81+6+237=324 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25% from 324); Green value is 6 (2.73% from 255 or 1.85% from 324); Blue value is 237 (92.97% from 255 or 73.15% from 324); Max value from RGB is 237 - color contains mainly: blue. Hex color #5106ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5106ED is #AEF912. Grayscale: #353535. Windows color (decimal): -11467027 or 15533649. OLE color: 15533649.

HSL color Cylindrical-coordinate representation of color #5106ED: hue angle of 259.48º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5106ED is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 6 237 -
CMYK 0.66 0.97 0 0.07
HSL 259.48º 0.95% 0.48% -
HSV(B) 259.48º 0.97% 0.93% -
XYZ 18.74 7.99 80.68 -
YUV 54.76 230.85 146.72 -
System Red Green Blue C M Y K H S L
Decimal 81 6 237 0.66 0.97 0 0.07 259.48 0.95 0.48
Hex 51 6 ED 42 61 0 7 103 5F 30
Octal 121 6 355 102 141 0 7 403 137 60
Binary 1010001 110 11101101 1000010 1100001 0 111 100000011 1011111 110000

Color Harmonies of #5106ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5106ED

Black with #5106ED

Text Example


Text Example

White with #5106ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5106ED; }

 p { color: rgb(81,6,237); }

 H1.HeaderClassName
 {
   color: #5106ED;
 }
 .AnyTagClassName
 {
   color: #5106ED;
 }
</style>

background-color css

<style>
 a { background-color: #5106ED; }

 a { background-color: rgb(81,6,237); }

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

border-color css

<style>
 span { border-color: #5106ED; }

 span { border-color: rgb(81,6,237); }

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