#7C0589

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

Shades of Purple #7C0589

Tints of Purple #7C0589

Color information

#7C0589 (or 0x7C0589) is unknown color: approx Purple. HEX triplet: 7C, 05 and 89. RGB value is (124,5,137). Sum of RGB (Red+Green+Blue) = 124+5+137=266 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.62% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #7C0589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0589 is #83FA76. Grayscale: #373737. Windows color (decimal): -8649335 or 8979836. OLE color: 8979836.

HSL color Cylindrical-coordinate representation of color #7C0589: hue angle of 294.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C0589 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1245137-
CMYK0.090.9600.46
HSL294.09º92.96%27.84%-
HSV(B)294.09º96.35%53.73%-
XYZ12.886.224.18-
YUV55.63173.92176.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.62%
GREEN value IS 5 (2.34% from 255) = 1.88%
BLUE value IS 137 (53.91% from 255) = 51.50%
R=46.62%
G=1.88%
B=51.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal12451370.090.9600.46294.0992.9627.84
Hex7C58996002E1265d1c
Octal17452111114005644613534
Binary111110010110001001100111000000101110100100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C0589; }

 p { color: rgb(124,5,137); }

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

<style>
 a { background-color: #7C0589; }

 a { background-color: rgb(124,5,137); }

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

<style>
 span { border-color: #7C0589; }

 span { border-color: rgb(124,5,137); }

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