#76087A

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

Shades of Purple #76087A

Tints of Purple #76087A

Color information

#76087A (or 0x76087A) is unknown color: approx Purple. HEX triplet: 76, 08 and 7A. RGB value is (118,8,122). Sum of RGB (Red+Green+Blue) = 118+8+122=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #76087A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76087A is #89F785. Grayscale: #353535. Windows color (decimal): -9041798 or 7997558. OLE color: 7997558.

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

Color convert

RGB1188122-
CMYK0.030.9300.52
HSL297.89º87.69%25.49%-
HSV(B)297.89º93.44%47.84%-
XYZ11.075.4318.88-
YUV53.89166.44173.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 8 (3.52% from 255) = 3.23%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=47.58%
G=3.23%
B=49.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11881220.030.9300.52297.8987.6925.49
Hex7687A35D03412a5819
Octal16610172313506445213031
Binary1110110100011110101110111010110100100101010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76087A; }

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

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

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

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

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

<style>
 span { border-color: #76087A; }

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

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