#75076A

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

Shades of Purple #75076A

Tints of Purple #75076A

Color information

#75076A (or 0x75076A) is unknown color: approx Purple. HEX triplet: 75, 07 and 6A. RGB value is (117,7,106). Sum of RGB (Red+Green+Blue) = 117+7+106=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75076A is #8AF895. Grayscale: #323232. Windows color (decimal): -9107606 or 6948725. OLE color: 6948725.

HSL color Cylindrical-coordinate representation of color #75076A: hue angle of 306º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75076A is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB1177106-
CMYK00.940.090.54
HSL306º88.71%24.31%-
HSV(B)306º94.02%45.88%-
XYZ10.014.9714.07-
YUV51.18158.94174.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 7 (3.12% from 255) = 3.04%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=50.87%
G=3.04%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117710600.940.090.5430688.7124.31
Hex7576A05E9361325918
Octal16571520136116646213130
Binary11101011111101010010111101001110110100110010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,7,106); }

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

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

 a { background-color: rgb(117,7,106); }

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

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

 span { border-color: rgb(117,7,106); }

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