Html Css Color HEX #580DD6 Han Purple

📋 copy color: '#580DD6'

red 88 ◦ green 13 ◦ blue 214

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

Shades of Han Purple #580DD6

Tints of Han Purple #580DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 67.94%

R = 27.94%
G = 4.13%
B = 67.94%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#580DD6 (or 0x580DD6) is known color: Han Purple. HEX triplet: 58, 0D and D6. RGB value is (88,13,214). Sum of RGB (Red+Green+Blue) = 88+13+214=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 214 (83.98% from 255 or 67.94% from 315); Max value from RGB is 214 - color contains mainly: blue. Hex color #580DD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580DD6 is #A7F229. Grayscale: #393939. Windows color (decimal): -11006506 or 14028120. OLE color: 14028120.

HSL color Cylindrical-coordinate representation of color #580DD6: hue angle of 262.39º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580DD6 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 13 214 -
CMYK 0.59 0.94 0 0.16
HSL 262.39º 0.89% 0.45% -
HSV(B) 262.39º 0.94% 0.84% -
XYZ 16.31 7.22 64.15 -
YUV 58.34 215.85 149.16 -
System Red Green Blue C M Y K H S L
Decimal 88 13 214 0.59 0.94 0 0.16 262.39 0.89 0.45
Hex 58 D D6 3B 5E 0 10 106 59 2D
Octal 130 15 326 73 136 0 20 406 131 55
Binary 1011000 1101 11010110 111011 1011110 0 10000 100000110 1011001 101101

Color Harmonies of #580DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DD6

Black with #580DD6

Text Example


Text Example

White with #580DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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