Html Css Color HEX #580DFF Han Purple

📋 copy color: '#580DFF'

red 88 ◦ green 13 ◦ blue 255

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

Shades of Han Purple #580DFF

Tints of Han Purple #580DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.63%

R = 24.72%
G = 3.65%
B = 71.63%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#580DFF (or 0x580DFF) is known color: Han Purple. HEX triplet: 58, 0D and FF. RGB value is (88,13,255). Sum of RGB (Red+Green+Blue) = 88+13+255=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #580DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580DFF is #A7F200. Grayscale: #3E3E3E. Windows color (decimal): -11006465 or 16715096. OLE color: 16715096.

HSL color Cylindrical-coordinate representation of color #580DFF: hue angle of 258.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580DFF is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 13 255 -
CMYK 0.65 0.95 0 0
HSL 258.6º 1% 0.53% -
HSV(B) 258.6º 0.95% 1% -
XYZ 22.22 9.58 95.29 -
YUV 63.01 236.35 145.82 -
System Red Green Blue C M Y K H S L
Decimal 88 13 255 0.65 0.95 0 0 258.6 1 0.53
Hex 58 D FF 41 5F 0 0 103 64 35
Octal 130 15 377 101 137 0 0 403 144 65
Binary 1011000 1101 11111111 1000001 1011111 0 0 100000011 1100100 110101

Color Harmonies of #580DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DFF

Black with #580DFF

Text Example


Text Example

White with #580DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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