Html Css Color HEX #580CDB Han Purple

📋 copy color: '#580CDB'

red 88 ◦ green 12 ◦ blue 219

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

Shades of Han Purple #580CDB

Tints of Han Purple #580CDB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.76%

 BLUE value IS 219 (85.94% from 255) = 68.65%

R = 27.59%
G = 3.76%
B = 68.65%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#580CDB (or 0x580CDB) is known color: Han Purple. HEX triplet: 58, 0C and DB. RGB value is (88,12,219). Sum of RGB (Red+Green+Blue) = 88+12+219=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #580CDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580CDB is #A7F324. Grayscale: #393939. Windows color (decimal): -11006757 or 14355544. OLE color: 14355544.

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

Color convert

RGB 88 12 219 -
CMYK 0.60 0.95 0 0.14
HSL 262.03º 0.9% 0.45% -
HSV(B) 262.03º 0.95% 0.86% -
XYZ 16.94 7.45 67.56 -
YUV 58.32 218.68 149.17 -
System Red Green Blue C M Y K H S L
Decimal 88 12 219 0.60 0.95 0 0.14 262.03 0.9 0.45
Hex 58 C DB 3C 5F 0 E 106 5A 2D
Octal 130 14 333 74 137 0 16 406 132 55
Binary 1011000 1100 11011011 111100 1011111 0 1110 100000110 1011010 101101

Color Harmonies of #580CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CDB

Black with #580CDB

Text Example


Text Example

White with #580CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,12,219); }

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

background-color css

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

 a { background-color: rgb(88,12,219); }

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

border-color css

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

 span { border-color: rgb(88,12,219); }

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