#75056C

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

Shades of Purple #75056C

Tints of Purple #75056C

Color information

#75056C (or 0x75056C) is unknown color: approx Purple. HEX triplet: 75, 05 and 6C. RGB value is (117,5,108). Sum of RGB (Red+Green+Blue) = 117+5+108=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #75056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75056C is #8AFA93. Grayscale: #313131. Windows color (decimal): -9108116 or 7079285. OLE color: 7079285.

HSL color Cylindrical-coordinate representation of color #75056C: hue angle of 304.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75056C is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB1175108-
CMYK00.960.080.54
HSL304.82º91.8%23.92%-
HSV(B)304.82º95.73%45.88%-
XYZ10.14.9714.62-
YUV50.23160.61175.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 5 (2.34% from 255) = 2.17%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=50.87%
G=2.17%
B=46.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117510800.960.080.54304.8291.823.92
Hex7556C0608361315c18
Octal16551540140106646113430
Binary11101011011101100011000001000110110100110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75056C; }

 p { color: rgb(117,5,108); }

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

<style>
 a { background-color: #75056C; }

 a { background-color: rgb(117,5,108); }

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

<style>
 span { border-color: #75056C; }

 span { border-color: rgb(117,5,108); }

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