Html Css Color HEX #580EFB Han Purple

📋 copy color: '#580EFB'

red 88 ◦ green 14 ◦ blue 251

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

Shades of Han Purple #580EFB

Tints of Han Purple #580EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.1%

R = 24.93%
G = 3.97%
B = 71.1%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#580EFB (or 0x580EFB) is known color: Han Purple. HEX triplet: 58, 0E and FB. RGB value is (88,14,251). Sum of RGB (Red+Green+Blue) = 88+14+251=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 14 (5.86% from 255 or 3.97% from 353); Blue value is 251 (98.44% from 255 or 71.10% from 353); Max value from RGB is 251 - color contains mainly: blue. Hex color #580EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580EFB is #A7F104. Grayscale: #3E3E3E. Windows color (decimal): -11006213 or 16453208. OLE color: 16453208.

HSL color Cylindrical-coordinate representation of color #580EFB: hue angle of 258.73º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580EFB is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 14 251 -
CMYK 0.65 0.94 0 0.02
HSL 258.73º 0.97% 0.52% -
HSV(B) 258.73º 0.94% 0.98% -
XYZ 21.59 9.35 91.93 -
YUV 63.14 234.02 145.73 -
System Red Green Blue C M Y K H S L
Decimal 88 14 251 0.65 0.94 0 0.02 258.73 0.97 0.52
Hex 58 E FB 41 5E 0 2 103 61 34
Octal 130 16 373 101 136 0 2 403 141 64
Binary 1011000 1110 11111011 1000001 1011110 0 10 100000011 1100001 110100

Color Harmonies of #580EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580EFB

Black with #580EFB

Text Example


Text Example

White with #580EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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