Html Css Color HEX #580AFB Han Purple

📋 copy color: '#580AFB'

red 88 ◦ green 10 ◦ blue 251

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

Shades of Han Purple #580AFB

Tints of Han Purple #580AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.87%

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

R = 25.21%
G = 2.87%
B = 71.92%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#580AFB (or 0x580AFB) is known color: Han Purple. HEX triplet: 58, 0A and FB. RGB value is (88,10,251). Sum of RGB (Red+Green+Blue) = 88+10+251=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #580AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580AFB is #A7F504. Grayscale: #3B3B3B. Windows color (decimal): -11007237 or 16452184. OLE color: 16452184.

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

Color convert

RGB 88 10 251 -
CMYK 0.65 0.96 0 0.02
HSL 259.42º 0.97% 0.51% -
HSV(B) 259.42º 0.96% 0.98% -
XYZ 21.55 9.26 91.92 -
YUV 60.8 235.34 147.4 -
System Red Green Blue C M Y K H S L
Decimal 88 10 251 0.65 0.96 0 0.02 259.42 0.97 0.51
Hex 58 A FB 41 60 0 2 103 61 33
Octal 130 12 373 101 140 0 2 403 141 63
Binary 1011000 1010 11111011 1000001 1100000 0 10 100000011 1100001 110011

Color Harmonies of #580AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580AFB

Black with #580AFB

Text Example


Text Example

White with #580AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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