Html Css Color HEX #580BDC Han Purple

📋 copy color: '#580BDC'

red 88 ◦ green 11 ◦ blue 220

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

Shades of Han Purple #580BDC

Tints of Han Purple #580BDC

RGB

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

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

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

R = 27.59%
G = 3.45%
B = 68.97%

CMYK

 C value IS 0.6

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#580BDC (or 0x580BDC) is known color: Han Purple. HEX triplet: 58, 0B and DC. RGB value is (88,11,220). Sum of RGB (Red+Green+Blue) = 88+11+220=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #580BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BDC is #A7F423. Grayscale: #393939. Windows color (decimal): -11007012 or 14420824. OLE color: 14420824.

HSL color Cylindrical-coordinate representation of color #580BDC: hue angle of 262.11º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580BDC is Cyan = 0.6, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 88 11 220 -
CMYK 0.6 0.95 0 0.14
HSL 262.11º 0.9% 0.45% -
HSV(B) 262.11º 0.95% 0.86% -
XYZ 17.06 7.48 68.25 -
YUV 57.85 219.51 149.51 -
System Red Green Blue C M Y K H S L
Decimal 88 11 220 0.6 0.95 0 0.14 262.11 0.9 0.45
Hex 58 B DC 3C 5F 0 E 106 5A 2D
Octal 130 13 334 74 137 0 16 406 132 55
Binary 1011000 1011 11011100 111100 1011111 0 1110 100000110 1011010 101101

Color Harmonies of #580BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580BDC

Black with #580BDC

Text Example


Text Example

White with #580BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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