#76057a

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

Shades of Purple #76057A

Tints of Purple #76057A

Color information

#76057A (or 0x76057A) is unknown color: approx Purple. HEX triplet: 76, 05 and 7A. RGB value is (118,5,122). Sum of RGB (Red+Green+Blue) = 118+5+122=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #76057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76057A is #89FA85. Grayscale: #333333. Windows color (decimal): -9042566 or 7996790. OLE color: 7996790.

HSL color Cylindrical-coordinate representation of color #76057A: hue angle of 297.95º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76057A is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1185122-
CMYK0.030.9600.52
HSL297.95º92.13%24.9%-
HSV(B)297.95º95.9%47.84%-
XYZ11.045.3718.87-
YUV52.12167.44174.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 5 (2.34% from 255) = 2.04%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=48.16%
G=2.04%
B=49.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11851220.030.9600.52297.9592.1324.9
Hex7657A36003412a5c19
Octal1665172314006445213431
Binary111011010111110101111000000110100100101010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76057a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76057a; }

 p { color: rgb(118,5,122); }

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

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

 a { background-color: rgb(118,5,122); }

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

<style>
 span { border-color: #76057a; }

 span { border-color: rgb(118,5,122); }

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