#75076B

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

Shades of Purple #75076B

Tints of Purple #75076B

Color information

#75076B (or 0x75076B) is unknown color: approx Purple. HEX triplet: 75, 07 and 6B. RGB value is (117,7,107). Sum of RGB (Red+Green+Blue) = 117+7+107=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #75076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75076B is #8AF894. Grayscale: #333333. Windows color (decimal): -9107605 or 7014261. OLE color: 7014261.

HSL color Cylindrical-coordinate representation of color #75076B: hue angle of 305.45º 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 #75076B is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB1177107-
CMYK00.940.090.54
HSL305.45º88.71%24.31%-
HSV(B)305.45º94.02%45.88%-
XYZ10.07514.34-
YUV51.29159.44174.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 7 (3.12% from 255) = 3.03%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=50.65%
G=3.03%
B=46.32%

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
Decimal117710700.940.090.54305.4588.7124.31
Hex7576B05E9361315918
Octal16571530136116646113130
Binary11101011111101011010111101001110110100110001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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