Html Css Color HEX #580BD5 Han Purple

📋 copy color: '#580BD5'

red 88 ◦ green 11 ◦ blue 213

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

Shades of Han Purple #580BD5

Tints of Han Purple #580BD5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.53%

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

R = 28.21%
G = 3.53%
B = 68.27%

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

#580BD5 (or 0x580BD5) is known color: Han Purple. HEX triplet: 58, 0B and D5. RGB value is (88,11,213). Sum of RGB (Red+Green+Blue) = 88+11+213=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 213 (83.59% from 255 or 68.27% from 312); Max value from RGB is 213 - color contains mainly: blue. Hex color #580BD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BD5 is #A7F42A. Grayscale: #383838. Windows color (decimal): -11007019 or 13962072. OLE color: 13962072.

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

Color convert

RGB 88 11 213 -
CMYK 0.59 0.95 0 0.16
HSL 262.87º 0.9% 0.44% -
HSV(B) 262.87º 0.95% 0.84% -
XYZ 16.15 7.12 63.47 -
YUV 57.05 216.01 150.07 -
System Red Green Blue C M Y K H S L
Decimal 88 11 213 0.59 0.95 0 0.16 262.87 0.9 0.44
Hex 58 B D5 3B 5F 0 10 107 5A 2C
Octal 130 13 325 73 137 0 20 407 132 54
Binary 1011000 1011 11010101 111011 1011111 0 10000 100000111 1011010 101100

Color Harmonies of #580BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BD5

Black with #580BD5

Text Example


Text Example

White with #580BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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