#7B0475

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

Shades of Purple #7B0475

Tints of Purple #7B0475

Color information

#7B0475 (or 0x7B0475) is unknown color: approx Purple. HEX triplet: 7B, 04 and 75. RGB value is (123,4,117). Sum of RGB (Red+Green+Blue) = 123+4+117=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0475 is #84FB8A. Grayscale: #343434. Windows color (decimal): -8715147 or 7668859. OLE color: 7668859.

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

Color convert

RGB1234117-
CMYK00.970.050.52
HSL303.03º93.7%24.9%-
HSV(B)303.03º96.75%48.24%-
XYZ11.425.5817.31-
YUV52.46164.42178.31-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.41%
GREEN value IS 4 (1.95% from 255) = 1.64%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=50.41%
G=1.64%
B=47.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123411700.970.050.52303.0393.724.9
Hex7B47506153412f5e19
Octal1734165014156445713631
Binary1111011100111010101100001101110100100101111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B0475; }

 p { color: rgb(123,4,117); }

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

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

 a { background-color: rgb(123,4,117); }

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

<style>
 span { border-color: #7B0475; }

 span { border-color: rgb(123,4,117); }

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