Html Css Color HEX #580AD6 Han Purple

📋 copy color: '#580AD6'

red 88 ◦ green 10 ◦ blue 214

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

Shades of Han Purple #580AD6

Tints of Han Purple #580AD6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.21%

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

R = 28.21%
G = 3.21%
B = 68.59%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#580AD6 (or 0x580AD6) is known color: Han Purple. HEX triplet: 58, 0A and D6. RGB value is (88,10,214). Sum of RGB (Red+Green+Blue) = 88+10+214=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 214 (83.98% from 255 or 68.59% from 312); Max value from RGB is 214 - color contains mainly: blue. Hex color #580AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580AD6 is #A7F529. Grayscale: #373737. Windows color (decimal): -11007274 or 14027352. OLE color: 14027352.

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

Color convert

RGB 88 10 214 -
CMYK 0.59 0.95 0 0.16
HSL 262.94º 0.91% 0.44% -
HSV(B) 262.94º 0.95% 0.84% -
XYZ 16.27 7.15 64.14 -
YUV 56.58 216.84 150.41 -
System Red Green Blue C M Y K H S L
Decimal 88 10 214 0.59 0.95 0 0.16 262.94 0.91 0.44
Hex 58 A D6 3B 5F 0 10 107 5B 2C
Octal 130 12 326 73 137 0 20 407 133 54
Binary 1011000 1010 11010110 111011 1011111 0 10000 100000111 1011011 101100

Color Harmonies of #580AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580AD6

Black with #580AD6

Text Example


Text Example

White with #580AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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