Html Css Color HEX #5807EE Han Purple

📋 copy color: '#5807EE'

red 88 ◦ green 7 ◦ blue 238

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

Shades of Han Purple #5807EE

Tints of Han Purple #5807EE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.1%

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

R = 26.43%
G = 2.1%
B = 71.47%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5807EE (or 0x5807EE) is known color: Han Purple. HEX triplet: 58, 07 and EE. RGB value is (88,7,238). Sum of RGB (Red+Green+Blue) = 88+7+238=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #5807EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5807EE is #A7F811. Grayscale: #383838. Windows color (decimal): -11008018 or 15599448. OLE color: 15599448.

HSL color Cylindrical-coordinate representation of color #5807EE: hue angle of 261.04º degrees, saturation: 0.94, 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 #5807EE is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 88 7 238 -
CMYK 0.63 0.97 0 0.07
HSL 261.04º 0.94% 0.48% -
HSV(B) 261.04º 0.97% 0.93% -
XYZ 19.53 8.4 81.48 -
YUV 57.55 229.84 149.72 -
System Red Green Blue C M Y K H S L
Decimal 88 7 238 0.63 0.97 0 0.07 261.04 0.94 0.48
Hex 58 7 EE 3F 61 0 7 105 5E 30
Octal 130 7 356 77 141 0 7 405 136 60
Binary 1011000 111 11101110 111111 1100001 0 111 100000101 1011110 110000

Color Harmonies of #5807EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5807EE

Black with #5807EE

Text Example


Text Example

White with #5807EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,7,238); }

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

background-color css

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

 a { background-color: rgb(88,7,238); }

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

border-color css

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

 span { border-color: rgb(88,7,238); }

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