Html Css Color HEX #580DDA Han Purple

📋 copy color: '#580DDA'

red 88 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #580DDA

Tints of Han Purple #580DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.34%

R = 27.59%
G = 4.08%
B = 68.34%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#580DDA (or 0x580DDA) is known color: Han Purple. HEX triplet: 58, 0D and DA. RGB value is (88,13,218). Sum of RGB (Red+Green+Blue) = 88+13+218=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #580DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580DDA is #A7F225. Grayscale: #3A3A3A. Windows color (decimal): -11006502 or 14290264. OLE color: 14290264.

HSL color Cylindrical-coordinate representation of color #580DDA: hue angle of 261.95º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580DDA is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 88 13 218 -
CMYK 0.60 0.94 0 0.15
HSL 261.95º 0.89% 0.45% -
HSV(B) 261.95º 0.94% 0.85% -
XYZ 16.82 7.42 66.88 -
YUV 58.8 217.85 148.83 -
System Red Green Blue C M Y K H S L
Decimal 88 13 218 0.60 0.94 0 0.15 261.95 0.89 0.45
Hex 58 D DA 3C 5E 0 F 106 59 2D
Octal 130 15 332 74 136 0 17 406 131 55
Binary 1011000 1101 11011010 111100 1011110 0 1111 100000110 1011001 101101

Color Harmonies of #580DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DDA

Black with #580DDA

Text Example


Text Example

White with #580DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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