#76148B

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

Shades of Purple #76148B

Tints of Purple #76148B

Color information

#76148B (or 0x76148B) is unknown color: approx Purple. HEX triplet: 76, 14 and 8B. RGB value is (118,20,139). Sum of RGB (Red+Green+Blue) = 118+20+139=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #76148B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76148B is #89EB74. Grayscale: #3E3E3E. Windows color (decimal): -9038709 or 9114742. OLE color: 9114742.

HSL color Cylindrical-coordinate representation of color #76148B: hue angle of 289.41º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76148B is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11820139-
CMYK0.150.8600.45
HSL289.41º74.84%31.18%-
HSV(B)289.41º85.61%54.51%-
XYZ12.386.2224.97-
YUV62.87170.97167.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 20 (8.20% from 255) = 7.22%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=42.60%
G=7.22%
B=50.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118201390.150.8600.45289.4174.8431.18
Hex76148BF5602D1214b1f
Octal166242131712605544111337
Binary11101101010010001011111110101100101101100100001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,20,139); }

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

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

 a { background-color: rgb(118,20,139); }

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

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

 span { border-color: rgb(118,20,139); }

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