#580CF9

Color #580CF9 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #580CF9

Tints of Han Purple #580CF9

Color information

#580CF9 (or 0x580CF9) is unknown color: approx Han Purple. HEX triplet: 58, 0C and F9. RGB value is (88,12,249). Sum of RGB (Red+Green+Blue) = 88+12+249=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 249 (97.66% from 255 or 71.35% from 349); Max value from RGB is 249 - color contains mainly: blue. Hex color #580CF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #580CF9 is #A7F306. Grayscale: #3C3C3C. Windows color (decimal): -11006727 or 16321624. OLE color: 16321624.

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

Color convert

RGB8812249-
CMYK0.650.9500.02
HSL259.24º95.18%51.18%-
HSV(B)259.24º95.18%97.65%-
XYZ21.259.1890.27-
YUV61.74233.68146.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.21%
GREEN value IS 12 (5.08% from 255) = 3.44%
BLUE value IS 249 (97.66% from 255) = 71.35%
R=25.21%
G=3.44%
B=71.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal88122490.650.9500.02259.2495.1851.18
Hex58CF9415F021035f33
Octal130143711011370240313763
Binary1011000110011111001100000110111110101000000111011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,12,249); }

 H1.HeaderClassName
 {
   color: #580CF9;
 }
 .AnyTagClassName
 {
   color: #580CF9;
 }
</style>
background-color css

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

 a { background-color: rgb(88,12,249); }

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

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

 span { border-color: rgb(88,12,249); }

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