#75066E

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

Shades of Purple #75066E

Tints of Purple #75066E

Color information

#75066E (or 0x75066E) is unknown color: approx Purple. HEX triplet: 75, 06 and 6E. RGB value is (117,6,110). Sum of RGB (Red+Green+Blue) = 117+6+110=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75066E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75066E is #8AF991. Grayscale: #323232. Windows color (decimal): -9107858 or 7210613. OLE color: 7210613.

HSL color Cylindrical-coordinate representation of color #75066E: hue angle of 303.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75066E is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB1176110-
CMYK00.950.060.54
HSL303.78º90.24%24.12%-
HSV(B)303.78º94.87%45.88%-
XYZ10.225.0415.19-
YUV51.04161.27175.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 6 (2.73% from 255) = 2.58%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=50.21%
G=2.58%
B=47.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117611000.950.060.54303.7890.2424.12
Hex7566E05F6361305a18
Octal1656156013766646013230
Binary1110101110110111001011111110110110100110000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75066E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75066E; }

 p { color: rgb(117,6,110); }

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

<style>
 a { background-color: #75066E; }

 a { background-color: rgb(117,6,110); }

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

<style>
 span { border-color: #75066E; }

 span { border-color: rgb(117,6,110); }

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