Html Css Color HEX #580CDD Han Purple

📋 copy color: '#580CDD'

red 88 ◦ green 12 ◦ blue 221

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

Shades of Han Purple #580CDD

Tints of Han Purple #580CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.85%

R = 27.41%
G = 3.74%
B = 68.85%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#580CDD (or 0x580CDD) is known color: Han Purple. HEX triplet: 58, 0C and DD. RGB value is (88,12,221). Sum of RGB (Red+Green+Blue) = 88+12+221=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #580CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580CDD is #A7F322. Grayscale: #393939. Windows color (decimal): -11006755 or 14486616. OLE color: 14486616.

HSL color Cylindrical-coordinate representation of color #580CDD: hue angle of 261.82º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580CDD is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 12 221 -
CMYK 0.60 0.95 0 0.13
HSL 261.82º 0.9% 0.46% -
HSV(B) 261.82º 0.95% 0.87% -
XYZ 17.21 7.56 68.96 -
YUV 58.55 219.68 149.01 -
System Red Green Blue C M Y K H S L
Decimal 88 12 221 0.60 0.95 0 0.13 261.82 0.9 0.46
Hex 58 C DD 3C 5F 0 D 106 5A 2E
Octal 130 14 335 74 137 0 15 406 132 56
Binary 1011000 1100 11011101 111100 1011111 0 1101 100000110 1011010 101110

Color Harmonies of #580CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580CDD

Black with #580CDD

Text Example


Text Example

White with #580CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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