Html Css Color HEX #580EDC Han Purple

📋 copy color: '#580EDC'

red 88 ◦ green 14 ◦ blue 220

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

Shades of Han Purple #580EDC

Tints of Han Purple #580EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.32%

R = 27.33%
G = 4.35%
B = 68.32%

CMYK

 C value IS 0.6

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#580EDC (or 0x580EDC) is known color: Han Purple. HEX triplet: 58, 0E and DC. RGB value is (88,14,220). Sum of RGB (Red+Green+Blue) = 88+14+220=322 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.33% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #580EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580EDC is #A7F123. Grayscale: #3A3A3A. Windows color (decimal): -11006244 or 14421592. OLE color: 14421592.

HSL color Cylindrical-coordinate representation of color #580EDC: hue angle of 261.55º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580EDC is Cyan = 0.6, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 14 220 -
CMYK 0.6 0.94 0 0.14
HSL 261.55º 0.88% 0.46% -
HSV(B) 261.55º 0.94% 0.86% -
XYZ 17.1 7.56 68.27 -
YUV 59.61 218.52 148.25 -
System Red Green Blue C M Y K H S L
Decimal 88 14 220 0.6 0.94 0 0.14 261.55 0.88 0.46
Hex 58 E DC 3C 5E 0 E 106 58 2E
Octal 130 16 334 74 136 0 16 406 130 56
Binary 1011000 1110 11011100 111100 1011110 0 1110 100000110 1011000 101110

Color Harmonies of #580EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580EDC

Black with #580EDC

Text Example


Text Example

White with #580EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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