Html Css Color HEX #580EEB Han Purple

📋 copy color: '#580EEB'

red 88 ◦ green 14 ◦ blue 235

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

Shades of Han Purple #580EEB

Tints of Han Purple #580EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.15%

 BLUE value IS 235 (92.19% from 255) = 69.73%

R = 26.11%
G = 4.15%
B = 69.73%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#580EEB (or 0x580EEB) is known color: Han Purple. HEX triplet: 58, 0E and EB. RGB value is (88,14,235). Sum of RGB (Red+Green+Blue) = 88+14+235=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #580EEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580EEB is #A7F114. Grayscale: #3C3C3C. Windows color (decimal): -11006229 or 15404632. OLE color: 15404632.

HSL color Cylindrical-coordinate representation of color #580EEB: hue angle of 260.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580EEB is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 14 235 -
CMYK 0.63 0.94 0 0.08
HSL 260.09º 0.89% 0.49% -
HSV(B) 260.09º 0.94% 0.92% -
XYZ 19.18 8.39 79.21 -
YUV 61.32 226.02 147.03 -
System Red Green Blue C M Y K H S L
Decimal 88 14 235 0.63 0.94 0 0.08 260.09 0.89 0.49
Hex 58 E EB 3F 5E 0 8 104 59 31
Octal 130 16 353 77 136 0 10 404 131 61
Binary 1011000 1110 11101011 111111 1011110 0 1000 100000100 1011001 110001

Color Harmonies of #580EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580EEB

Black with #580EEB

Text Example


Text Example

White with #580EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580EEB; }

 p { color: rgb(88,14,235); }

 H1.HeaderClassName
 {
   color: #580EEB;
 }
 .AnyTagClassName
 {
   color: #580EEB;
 }
</style>

background-color css

<style>
 a { background-color: #580EEB; }

 a { background-color: rgb(88,14,235); }

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

border-color css

<style>
 span { border-color: #580EEB; }

 span { border-color: rgb(88,14,235); }

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