#75087d

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

Shades of Purple #75087D

Tints of Purple #75087D

Color information

#75087D (or 0x75087D) is unknown color: approx Purple. HEX triplet: 75, 08 and 7D. RGB value is (117,8,125). Sum of RGB (Red+Green+Blue) = 117+8+125=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #75087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75087D is #8AF782. Grayscale: #353535. Windows color (decimal): -9107331 or 8194165. OLE color: 8194165.

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

Color convert

RGB1178125-
CMYK0.060.9400.51
HSL295.9º87.97%26.08%-
HSV(B)295.9º93.6%49.02%-
XYZ11.125.4419.87-
YUV53.93168.11172.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 125 (49.22% from 255) = 50%
R=46.8%
G=3.2%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11781250.060.9400.51295.987.9726.08
Hex7587D65E033128581a
Octal16510175613606345013032
Binary11101011000111110111010111100110011100101000101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75087d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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