Html Css Color HEX #580FDD Han Purple

📋 copy color: '#580FDD'

red 88 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #580FDD

Tints of Han Purple #580FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.63%

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

R = 27.16%
G = 4.63%
B = 68.21%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#580FDD (or 0x580FDD) is known color: Han Purple. HEX triplet: 58, 0F and DD. RGB value is (88,15,221). Sum of RGB (Red+Green+Blue) = 88+15+221=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #580FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580FDD is #A7F022. Grayscale: #3B3B3B. Windows color (decimal): -11005987 or 14487384. OLE color: 14487384.

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

Color convert

RGB 88 15 221 -
CMYK 0.60 0.93 0 0.13
HSL 261.26º 0.87% 0.46% -
HSV(B) 261.26º 0.93% 0.87% -
XYZ 17.25 7.64 68.97 -
YUV 60.31 218.68 147.75 -
System Red Green Blue C M Y K H S L
Decimal 88 15 221 0.60 0.93 0 0.13 261.26 0.87 0.46
Hex 58 F DD 3C 5D 0 D 105 57 2E
Octal 130 17 335 74 135 0 15 405 127 56
Binary 1011000 1111 11011101 111100 1011101 0 1101 100000101 1010111 101110

Color Harmonies of #580FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580FDD

Black with #580FDD

Text Example


Text Example

White with #580FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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