Html Css Color HEX #580DDC Han Purple

📋 copy color: '#580DDC'

red 88 ◦ green 13 ◦ blue 220

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

Shades of Han Purple #580DDC

Tints of Han Purple #580DDC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.05%

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

R = 27.41%
G = 4.05%
B = 68.54%

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

#580DDC (or 0x580DDC) is known color: Han Purple. HEX triplet: 58, 0D and DC. RGB value is (88,13,220). Sum of RGB (Red+Green+Blue) = 88+13+220=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #580DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580DDC is #A7F223. Grayscale: #3A3A3A. Windows color (decimal): -11006500 or 14421336. OLE color: 14421336.

HSL color Cylindrical-coordinate representation of color #580DDC: hue angle of 261.74º degrees, saturation: 0.89, 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 #580DDC is Cyan = 0.6, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 13 220 -
CMYK 0.6 0.94 0 0.14
HSL 261.74º 0.89% 0.46% -
HSV(B) 261.74º 0.94% 0.86% -
XYZ 17.09 7.53 68.26 -
YUV 59.02 218.85 148.67 -
System Red Green Blue C M Y K H S L
Decimal 88 13 220 0.6 0.94 0 0.14 261.74 0.89 0.46
Hex 58 D DC 3C 5E 0 E 106 59 2E
Octal 130 15 334 74 136 0 16 406 131 56
Binary 1011000 1101 11011100 111100 1011110 0 1110 100000110 1011001 101110

Color Harmonies of #580DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DDC

Black with #580DDC

Text Example


Text Example

White with #580DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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