Html Css Color HEX #580AD5 Han Purple

📋 copy color: '#580AD5'

red 88 ◦ green 10 ◦ blue 213

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

Shades of Han Purple #580AD5

Tints of Han Purple #580AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 68.49%

R = 28.3%
G = 3.22%
B = 68.49%

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

#580AD5 (or 0x580AD5) is known color: Han Purple. HEX triplet: 58, 0A and D5. RGB value is (88,10,213). Sum of RGB (Red+Green+Blue) = 88+10+213=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 213 (83.59% from 255 or 68.49% from 311); Max value from RGB is 213 - color contains mainly: blue. Hex color #580AD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580AD5 is #A7F52A. Grayscale: #373737. Windows color (decimal): -11007275 or 13961816. OLE color: 13961816.

HSL color Cylindrical-coordinate representation of color #580AD5: hue angle of 263.05º 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 #580AD5 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 88 10 213 -
CMYK 0.59 0.95 0 0.16
HSL 263.05º 0.91% 0.44% -
HSV(B) 263.05º 0.95% 0.84% -
XYZ 16.14 7.1 63.47 -
YUV 56.46 216.34 150.49 -
System Red Green Blue C M Y K H S L
Decimal 88 10 213 0.59 0.95 0 0.16 263.05 0.91 0.44
Hex 58 A D5 3B 5F 0 10 107 5B 2C
Octal 130 12 325 73 137 0 20 407 133 54
Binary 1011000 1010 11010101 111011 1011111 0 10000 100000111 1011011 101100

Color Harmonies of #580AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580AD5

Black with #580AD5

Text Example


Text Example

White with #580AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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