Html Css Color HEX #580EFF Han Purple

📋 copy color: '#580EFF'

red 88 ◦ green 14 ◦ blue 255

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

Shades of Han Purple #580EFF

Tints of Han Purple #580EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.92%

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

R = 24.65%
G = 3.92%
B = 71.43%

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

#580EFF (or 0x580EFF) is known color: Han Purple. HEX triplet: 58, 0E and FF. RGB value is (88,14,255). Sum of RGB (Red+Green+Blue) = 88+14+255=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 255 (100% from 255 or 71.43% from 357); Max value from RGB is 255 - color contains mainly: blue. Hex color #580EFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580EFF is #A7F100. Grayscale: #3E3E3E. Windows color (decimal): -11006209 or 16715352. OLE color: 16715352.

HSL color Cylindrical-coordinate representation of color #580EFF: hue angle of 258.42º 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 #580EFF is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 88 14 255 -
CMYK 0.65 0.95 0 0
HSL 258.42º 1% 0.53% -
HSV(B) 258.42º 0.95% 1% -
XYZ 22.23 9.61 95.29 -
YUV 63.6 236.02 145.4 -
System Red Green Blue C M Y K H S L
Decimal 88 14 255 0.65 0.95 0 0 258.42 1 0.53
Hex 58 E FF 41 5F 0 0 102 64 35
Octal 130 16 377 101 137 0 0 402 144 65
Binary 1011000 1110 11111111 1000001 1011111 0 0 100000010 1100100 110101

Color Harmonies of #580EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580EFF

Black with #580EFF

Text Example


Text Example

White with #580EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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