#580BC5

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

Shades of Purple Heart #580BC5

Tints of Purple Heart #580BC5

Color information

#580BC5 (or 0x580BC5) is unknown color: approx Purple Heart. HEX triplet: 58, 0B and C5. RGB value is (88,11,197). Sum of RGB (Red+Green+Blue) = 88+11+197=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 197 (77.34% from 255 or 66.55% from 296); Max value from RGB is 197 - color contains mainly: blue. Hex color #580BC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #580BC5 is #A7F43A. Grayscale: #363636. Windows color (decimal): -11007035 or 12913496. OLE color: 12913496.

HSL color Cylindrical-coordinate representation of color #580BC5: hue angle of 264.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580BC5 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8811197-
CMYK0.550.9400.23
HSL264.84º89.42%40.78%-
HSV(B)264.84º94.42%77.25%-
XYZ14.226.3553.3-
YUV55.23208.01151.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 11 (4.69% from 255) = 3.72%
BLUE value IS 197 (77.34% from 255) = 66.55%
R=29.73%
G=3.72%
B=66.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal88111970.550.9400.23264.8489.4240.78
Hex58BC5375E0171095929
Octal130133056713602741113151
Binary101100010111100010111011110111100101111000010011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,11,197); }

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

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

 a { background-color: rgb(88,11,197); }

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

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

 span { border-color: rgb(88,11,197); }

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