Html Css Color HEX #5811E7 Han Purple

📋 copy color: '#5811E7'

red 88 ◦ green 17 ◦ blue 231

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

Shades of Han Purple #5811E7

Tints of Han Purple #5811E7

RGB

 RED value IS 88 (34.77% from 255) = 26.19%

 GREEN value IS 17 (7.03% from 255) = 5.06%

 BLUE value IS 231 (90.63% from 255) = 68.75%

R = 26.19%
G = 5.06%
B = 68.75%

CMYK

 C value IS 0.62

 M value IS 0.93

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5811E7 (or 0x5811E7) is known color: Han Purple. HEX triplet: 58, 11 and E7. RGB value is (88,17,231). Sum of RGB (Red+Green+Blue) = 88+17+231=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 231 (90.62% from 255 or 68.75% from 336); Max value from RGB is 231 - color contains mainly: blue. Hex color #5811E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5811E7 is #A7EE18. Grayscale: #3D3D3D. Windows color (decimal): -11005465 or 15143256. OLE color: 15143256.

HSL color Cylindrical-coordinate representation of color #5811E7: hue angle of 259.91º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5811E7 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 17 231 -
CMYK 0.62 0.93 0 0.09
HSL 259.91º 0.86% 0.49% -
HSV(B) 259.91º 0.93% 0.91% -
XYZ 18.65 8.25 76.21 -
YUV 62.63 223.02 146.1 -
System Red Green Blue C M Y K H S L
Decimal 88 17 231 0.62 0.93 0 0.09 259.91 0.86 0.49
Hex 58 11 E7 3E 5D 0 9 104 56 31
Octal 130 21 347 76 135 0 11 404 126 61
Binary 1011000 10001 11100111 111110 1011101 0 1001 100000100 1010110 110001

Color Harmonies of #5811E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5811E7

Black with #5811E7

Text Example


Text Example

White with #5811E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5811E7; }

 p { color: rgb(88,17,231); }

 H1.HeaderClassName
 {
   color: #5811E7;
 }
 .AnyTagClassName
 {
   color: #5811E7;
 }
</style>

background-color css

<style>
 a { background-color: #5811E7; }

 a { background-color: rgb(88,17,231); }

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

border-color css

<style>
 span { border-color: #5811E7; }

 span { border-color: rgb(88,17,231); }

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