#75046D

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

Shades of Purple #75046D

Tints of Purple #75046D

Color information

#75046D (or 0x75046D) is unknown color: approx Purple. HEX triplet: 75, 04 and 6D. RGB value is (117,4,109). Sum of RGB (Red+Green+Blue) = 117+4+109=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75046D is #8AFB92. Grayscale: #313131. Windows color (decimal): -9108371 or 7144565. OLE color: 7144565.

HSL color Cylindrical-coordinate representation of color #75046D: hue angle of 304.25º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #75046D is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB1174109-
CMYK00.970.070.54
HSL304.25º93.39%23.73%-
HSV(B)304.25º96.58%45.88%-
XYZ10.144.9714.89-
YUV49.76161.44175.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 4 (1.95% from 255) = 1.74%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=50.87%
G=1.74%
B=47.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117410900.970.070.54304.2593.3923.73
Hex7546D0617361305d18
Octal1654155014176646013530
Binary1110101100110110101100001111110110100110000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75046D; }

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

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

<style>
 a { background-color: #75046D; }

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

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

<style>
 span { border-color: #75046D; }

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

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