#75096B

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

Shades of Purple #75096B

Tints of Purple #75096B

Color information

#75096B (or 0x75096B) is unknown color: approx Purple. HEX triplet: 75, 09 and 6B. RGB value is (117,9,107). Sum of RGB (Red+Green+Blue) = 117+9+107=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75096B is #8AF694. Grayscale: #343434. Windows color (decimal): -9107093 or 7014773. OLE color: 7014773.

HSL color Cylindrical-coordinate representation of color #75096B: hue angle of 305.56º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75096B is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB1179107-
CMYK00.920.090.54
HSL305.56º85.71%24.71%-
HSV(B)305.56º92.31%45.88%-
XYZ10.095.0414.35-
YUV52.46158.78174.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 9 (3.91% from 255) = 3.86%
BLUE value IS 107 (42.19% from 255) = 45.92%
R=50.21%
G=3.86%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117910700.920.090.54305.5685.7124.71
Hex7596B05C9361325619
Octal165111530134116646212631
Binary111010110011101011010111001001110110100110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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