Html Css Color HEX #580DFE Han Purple

📋 copy color: '#580DFE'

red 88 ◦ green 13 ◦ blue 254

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

Shades of Han Purple #580DFE

Tints of Han Purple #580DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.55%

R = 24.79%
G = 3.66%
B = 71.55%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#580DFE (or 0x580DFE) is known color: Han Purple. HEX triplet: 58, 0D and FE. RGB value is (88,13,254). Sum of RGB (Red+Green+Blue) = 88+13+254=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #580DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580DFE is #A7F201. Grayscale: #3E3E3E. Windows color (decimal): -11006466 or 16649560. OLE color: 16649560.

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

Color convert

RGB 88 13 254 -
CMYK 0.65 0.95 0 0.00
HSL 258.67º 0.99% 0.52% -
HSV(B) 258.67º 0.95% 1% -
XYZ 22.06 9.52 94.44 -
YUV 62.9 235.85 145.9 -
System Red Green Blue C M Y K H S L
Decimal 88 13 254 0.65 0.95 0 0.00 258.67 0.99 0.52
Hex 58 D FE 41 5F 0 0 103 63 34
Octal 130 15 376 101 137 0 0 403 143 64
Binary 1011000 1101 11111110 1000001 1011111 0 0 100000011 1100011 110100

Color Harmonies of #580DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580DFE

Black with #580DFE

Text Example


Text Example

White with #580DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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