Html Css Color HEX #580DDF Han Purple

📋 copy color: '#580DDF'

red 88 ◦ green 13 ◦ blue 223

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

Shades of Han Purple #580DDF

Tints of Han Purple #580DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.01%

 BLUE value IS 223 (87.5% from 255) = 68.83%

R = 27.16%
G = 4.01%
B = 68.83%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#580DDF (or 0x580DDF) is known color: Han Purple. HEX triplet: 58, 0D and DF. RGB value is (88,13,223). Sum of RGB (Red+Green+Blue) = 88+13+223=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #580DDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580DDF is #A7F220. Grayscale: #3A3A3A. Windows color (decimal): -11006497 or 14617944. OLE color: 14617944.

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

Color convert

RGB 88 13 223 -
CMYK 0.61 0.94 0 0.13
HSL 261.43º 0.89% 0.46% -
HSV(B) 261.43º 0.94% 0.87% -
XYZ 17.49 7.69 70.37 -
YUV 59.37 220.35 148.42 -
System Red Green Blue C M Y K H S L
Decimal 88 13 223 0.61 0.94 0 0.13 261.43 0.89 0.46
Hex 58 D DF 3D 5E 0 D 105 59 2E
Octal 130 15 337 75 136 0 15 405 131 56
Binary 1011000 1101 11011111 111101 1011110 0 1101 100000101 1011001 101110

Color Harmonies of #580DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DDF

Black with #580DDF

Text Example


Text Example

White with #580DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,13,223); }

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

background-color css

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

 a { background-color: rgb(88,13,223); }

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

border-color css

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

 span { border-color: rgb(88,13,223); }

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