Html Css Color HEX #5101EE Han Purple

📋 copy color: '#5101EE'

red 81 ◦ green 1 ◦ blue 238

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

Shades of Han Purple #5101EE

Tints of Han Purple #5101EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 238 (93.36% from 255) = 74.38%

R = 25.31%
G = 0.31%
B = 74.38%

CMYK

 C value IS 0.66

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5101EE (or 0x5101EE) is known color: Han Purple. HEX triplet: 51, 01 and EE. RGB value is (81,1,238). Sum of RGB (Red+Green+Blue) = 81+1+238=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #5101EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5101EE is #AEFE11. Grayscale: #333333. Windows color (decimal): -11468306 or 15597905. OLE color: 15597905.

HSL color Cylindrical-coordinate representation of color #5101EE: hue angle of 260.25º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5101EE is Cyan = 0.66, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 1 238 -
CMYK 0.66 1.00 0 0.07
HSL 260.25º 0.99% 0.47% -
HSV(B) 260.25º 1% 0.93% -
XYZ 18.84 7.94 81.43 -
YUV 51.94 233 148.73 -
System Red Green Blue C M Y K H S L
Decimal 81 1 238 0.66 1.00 0 0.07 260.25 0.99 0.47
Hex 51 1 EE 42 64 0 7 104 63 2F
Octal 121 1 356 102 144 0 7 404 143 57
Binary 1010001 1 11101110 1000010 1100100 0 111 100000100 1100011 101111

Color Harmonies of #5101EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5101EE

Black with #5101EE

Text Example


Text Example

White with #5101EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5101EE; }

 p { color: rgb(81,1,238); }

 H1.HeaderClassName
 {
   color: #5101EE;
 }
 .AnyTagClassName
 {
   color: #5101EE;
 }
</style>

background-color css

<style>
 a { background-color: #5101EE; }

 a { background-color: rgb(81,1,238); }

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

border-color css

<style>
 span { border-color: #5101EE; }

 span { border-color: rgb(81,1,238); }

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