Html Css Color HEX #580EDA Han Purple

📋 copy color: '#580EDA'

red 88 ◦ green 14 ◦ blue 218

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

Shades of Han Purple #580EDA

Tints of Han Purple #580EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.13%

R = 27.5%
G = 4.38%
B = 68.13%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#580EDA (or 0x580EDA) is known color: Han Purple. HEX triplet: 58, 0E and DA. RGB value is (88,14,218). Sum of RGB (Red+Green+Blue) = 88+14+218=320 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.5% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 218 (85.55% from 255 or 68.12% from 320); Max value from RGB is 218 - color contains mainly: blue. Hex color #580EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580EDA is #A7F125. Grayscale: #3A3A3A. Windows color (decimal): -11006246 or 14290520. OLE color: 14290520.

HSL color Cylindrical-coordinate representation of color #580EDA: hue angle of 261.76º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580EDA is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 14 218 -
CMYK 0.60 0.94 0 0.15
HSL 261.76º 0.88% 0.45% -
HSV(B) 261.76º 0.94% 0.85% -
XYZ 16.84 7.45 66.88 -
YUV 59.38 217.52 148.41 -
System Red Green Blue C M Y K H S L
Decimal 88 14 218 0.60 0.94 0 0.15 261.76 0.88 0.45
Hex 58 E DA 3C 5E 0 F 106 58 2D
Octal 130 16 332 74 136 0 17 406 130 55
Binary 1011000 1110 11011010 111100 1011110 0 1111 100000110 1011000 101101

Color Harmonies of #580EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580EDA

Black with #580EDA

Text Example


Text Example

White with #580EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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