#76048B

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

Shades of Purple #76048B

Tints of Purple #76048B

Color information

#76048B (or 0x76048B) is unknown color: approx Purple. HEX triplet: 76, 04 and 8B. RGB value is (118,4,139). Sum of RGB (Red+Green+Blue) = 118+4+139=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 4 (1.95% from 255 or 1.53% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #76048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76048B is #89FB74. Grayscale: #353535. Windows color (decimal): -9042805 or 9110646. OLE color: 9110646.

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

Color convert

RGB1184139-
CMYK0.150.9700.45
HSL290.67º94.41%28.04%-
HSV(B)290.67º97.12%54.51%-
XYZ12.175.824.9-
YUV53.48176.27174.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 4 (1.95% from 255) = 1.53%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=45.21%
G=1.53%
B=53.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11841390.150.9700.45290.6794.4128.04
Hex7648BF6102D1235e1c
Octal16642131714105544313634
Binary111011010010001011111111000010101101100100011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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