#75006C

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

Shades of Purple #75006C

Tints of Purple #75006C

Color information

#75006C (or 0x75006C) is unknown color: approx Purple. HEX triplet: 75, 00 and 6C. RGB value is (117,0,108). Sum of RGB (Red+Green+Blue) = 117+0+108=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75006C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75006C is #8AFF93. Grayscale: #2E2E2E. Windows color (decimal): -9109396 or 7078005. OLE color: 7078005.

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

Color convert

RGB1170108-
CMYK010.080.54
HSL304.62º100%22.94%-
HSV(B)304.62º100%45.88%-
XYZ10.044.8614.6-
YUV47.3162.26177.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 48%
R=52%
G=0%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1170108010.080.54304.6210022.94
Hex7506C0648361316417
Octal16501540144106646114427
Binary111010101101100011001001000110110100110001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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