#76077B

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

Shades of Purple #76077B

Tints of Purple #76077B

Color information

#76077B (or 0x76077B) is unknown color: approx Purple. HEX triplet: 76, 07 and 7B. RGB value is (118,7,123). Sum of RGB (Red+Green+Blue) = 118+7+123=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #76077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76077B is #89F884. Grayscale: #353535. Windows color (decimal): -9042053 or 8062838. OLE color: 8062838.

HSL color Cylindrical-coordinate representation of color #76077B: hue angle of 297.41º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76077B is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1187123-
CMYK0.040.9400.52
HSL297.41º89.23%25.49%-
HSV(B)297.41º94.31%48.24%-
XYZ11.125.4319.2-
YUV53.41167.27174.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 7 (3.12% from 255) = 2.82%
BLUE value IS 123 (48.44% from 255) = 49.60%
R=47.58%
G=2.82%
B=49.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11871230.040.9400.52297.4189.2325.49
Hex7677B45E0341295919
Octal1667173413606445113131
Binary1110110111111101110010111100110100100101001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76077B; }

 p { color: rgb(118,7,123); }

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

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

 a { background-color: rgb(118,7,123); }

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

<style>
 span { border-color: #76077B; }

 span { border-color: rgb(118,7,123); }

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