Html Css Color HEX #580EED Han Purple

📋 copy color: '#580EED'

red 88 ◦ green 14 ◦ blue 237

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

Shades of Han Purple #580EED

Tints of Han Purple #580EED

RGB

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

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

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

R = 25.96%
G = 4.13%
B = 69.91%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#580EED (or 0x580EED) is known color: Han Purple. HEX triplet: 58, 0E and ED. RGB value is (88,14,237). Sum of RGB (Red+Green+Blue) = 88+14+237=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #580EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580EED is #A7F112. Grayscale: #3C3C3C. Windows color (decimal): -11006227 or 15535704. OLE color: 15535704.

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

Color convert

RGB 88 14 237 -
CMYK 0.63 0.94 0 0.07
HSL 259.91º 0.89% 0.49% -
HSV(B) 259.91º 0.94% 0.93% -
XYZ 19.47 8.5 80.74 -
YUV 61.55 227.02 146.87 -
System Red Green Blue C M Y K H S L
Decimal 88 14 237 0.63 0.94 0 0.07 259.91 0.89 0.49
Hex 58 E ED 3F 5E 0 7 104 59 31
Octal 130 16 355 77 136 0 7 404 131 61
Binary 1011000 1110 11101101 111111 1011110 0 111 100000100 1011001 110001

Color Harmonies of #580EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580EED

Black with #580EED

Text Example


Text Example

White with #580EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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