Html Css Color HEX #580EEA Han Purple

📋 copy color: '#580EEA'

red 88 ◦ green 14 ◦ blue 234

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

Shades of Han Purple #580EEA

Tints of Han Purple #580EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.64%

R = 26.19%
G = 4.17%
B = 69.64%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#580EEA (or 0x580EEA) is known color: Han Purple. HEX triplet: 58, 0E and EA. RGB value is (88,14,234). Sum of RGB (Red+Green+Blue) = 88+14+234=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #580EEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580EEA is #A7F115. Grayscale: #3C3C3C. Windows color (decimal): -11006230 or 15339096. OLE color: 15339096.

HSL color Cylindrical-coordinate representation of color #580EEA: hue angle of 260.18º 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 #580EEA is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 88 14 234 -
CMYK 0.62 0.94 0 0.08
HSL 260.18º 0.89% 0.49% -
HSV(B) 260.18º 0.94% 0.92% -
XYZ 19.03 8.33 78.45 -
YUV 61.21 225.52 147.11 -
System Red Green Blue C M Y K H S L
Decimal 88 14 234 0.62 0.94 0 0.08 260.18 0.89 0.49
Hex 58 E EA 3E 5E 0 8 104 59 31
Octal 130 16 352 76 136 0 10 404 131 61
Binary 1011000 1110 11101010 111110 1011110 0 1000 100000100 1011001 110001

Color Harmonies of #580EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580EEA

Black with #580EEA

Text Example


Text Example

White with #580EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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