#750087

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

Shades of Purple #750087

Tints of Purple #750087

Color information

#750087 (or 0x750087) is unknown color: approx Purple. HEX triplet: 75, 00 and 87. RGB value is (117,0,135). Sum of RGB (Red+Green+Blue) = 117+0+135=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 135 (53.12% from 255 or 53.57% from 252); Max value from RGB is 135 - color contains mainly: blue. Hex color #750087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750087 is #8AFF78. Grayscale: #313131. Windows color (decimal): -9109369 or 8847477. OLE color: 8847477.

HSL color Cylindrical-coordinate representation of color #750087: hue angle of 292º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750087 is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1170135-
CMYK0.13100.47
HSL292º100%26.47%-
HSV(B)292º100%52.94%-
XYZ11.715.5323.37-
YUV50.37175.76175.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 53.57%
R=46.43%
G=0%
B=53.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11701350.13100.4729210026.47
Hex75087D6402F124641a
Octal16502071514405744414432
Binary1110101010000111110111001000101111100100100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750087; }

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

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

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

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

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

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

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

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