Html Css Color HEX #580FFE Han Purple

📋 copy color: '#580FFE'

red 88 ◦ green 15 ◦ blue 254

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

Shades of Han Purple #580FFE

Tints of Han Purple #580FFE

RGB

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

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

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

R = 24.65%
G = 4.2%
B = 71.15%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#580FFE (or 0x580FFE) is known color: Han Purple. HEX triplet: 58, 0F and FE. RGB value is (88,15,254). Sum of RGB (Red+Green+Blue) = 88+15+254=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #580FFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580FFE is #A7F001. Grayscale: #3F3F3F. Windows color (decimal): -11005954 or 16650072. OLE color: 16650072.

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

Color convert

RGB 88 15 254 -
CMYK 0.65 0.94 0 0.00
HSL 258.33º 0.99% 0.53% -
HSV(B) 258.33º 0.94% 1% -
XYZ 22.08 9.57 94.45 -
YUV 64.07 235.18 145.07 -
System Red Green Blue C M Y K H S L
Decimal 88 15 254 0.65 0.94 0 0.00 258.33 0.99 0.53
Hex 58 F FE 41 5E 0 0 102 63 35
Octal 130 17 376 101 136 0 0 402 143 65
Binary 1011000 1111 11111110 1000001 1011110 0 0 100000010 1100011 110101

Color Harmonies of #580FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580FFE

Black with #580FFE

Text Example


Text Example

White with #580FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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