Html Css Color HEX #580FE8 Han Purple

📋 copy color: '#580FE8'

red 88 ◦ green 15 ◦ blue 232

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

Shades of Han Purple #580FE8

Tints of Han Purple #580FE8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.48%

 BLUE value IS 232 (91.02% from 255) = 69.25%

R = 26.27%
G = 4.48%
B = 69.25%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#580FE8 (or 0x580FE8) is known color: Han Purple. HEX triplet: 58, 0F and E8. RGB value is (88,15,232). Sum of RGB (Red+Green+Blue) = 88+15+232=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 232 (91.02% from 255 or 69.25% from 335); Max value from RGB is 232 - color contains mainly: blue. Hex color #580FE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580FE8 is #A7F017. Grayscale: #3C3C3C. Windows color (decimal): -11005976 or 15208280. OLE color: 15208280.

HSL color Cylindrical-coordinate representation of color #580FE8: hue angle of 260.18º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580FE8 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 88 15 232 -
CMYK 0.62 0.94 0 0.09
HSL 260.18º 0.88% 0.48% -
HSV(B) 260.18º 0.94% 0.91% -
XYZ 18.76 8.24 76.95 -
YUV 61.57 224.18 146.86 -
System Red Green Blue C M Y K H S L
Decimal 88 15 232 0.62 0.94 0 0.09 260.18 0.88 0.48
Hex 58 F E8 3E 5E 0 9 104 58 30
Octal 130 17 350 76 136 0 11 404 130 60
Binary 1011000 1111 11101000 111110 1011110 0 1001 100000100 1011000 110000

Color Harmonies of #580FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580FE8

Black with #580FE8

Text Example


Text Example

White with #580FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,15,232); }

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

background-color css

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

 a { background-color: rgb(88,15,232); }

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

border-color css

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

 span { border-color: rgb(88,15,232); }

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