#75086C

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

Shades of Purple #75086C

Tints of Purple #75086C

Color information

#75086C (or 0x75086C) is unknown color: approx Purple. HEX triplet: 75, 08 and 6C. RGB value is (117,8,108). Sum of RGB (Red+Green+Blue) = 117+8+108=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75086C is #8AF793. Grayscale: #333333. Windows color (decimal): -9107348 or 7080053. OLE color: 7080053.

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

Color convert

RGB1178108-
CMYK00.930.080.54
HSL304.95º87.2%24.51%-
HSV(B)304.95º93.16%45.88%-
XYZ10.135.0414.63-
YUV51.99159.61174.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=50.21%
G=3.43%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117810800.930.080.54304.9587.224.51
Hex7586C05D8361315719
Octal165101540135106646112731
Binary111010110001101100010111011000110110100110001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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