#75087F

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

Shades of Purple #75087F

Tints of Purple #75087F

Color information

#75087F (or 0x75087F) is unknown color: approx Purple. HEX triplet: 75, 08 and 7F. RGB value is (117,8,127). Sum of RGB (Red+Green+Blue) = 117+8+127=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #75087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75087F is #8AF780. Grayscale: #353535. Windows color (decimal): -9107329 or 8325237. OLE color: 8325237.

HSL color Cylindrical-coordinate representation of color #75087F: hue angle of 294.96º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75087F is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1178127-
CMYK0.080.9400.50
HSL294.96º88.15%26.47%-
HSV(B)294.96º93.7%49.8%-
XYZ11.255.4920.54-
YUV54.16169.11172.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 8 (3.52% from 255) = 3.17%
BLUE value IS 127 (50% from 255) = 50.40%
R=46.43%
G=3.17%
B=50.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11781270.080.9400.50294.9688.1526.47
Hex7587F85E032127581a
Octal165101771013606244713032
Binary111010110001111111100010111100110010100100111101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75087F; }

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

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

<style>
 a { background-color: #75087F; }

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

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

<style>
 span { border-color: #75087F; }

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

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