#750895

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

Shades of Purple #750895

Tints of Purple #750895

Color information

#750895 (or 0x750895) is unknown color: approx Purple. HEX triplet: 75, 08 and 95. RGB value is (117,8,149). Sum of RGB (Red+Green+Blue) = 117+8+149=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #750895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750895 is #8AF76A. Grayscale: #383838. Windows color (decimal): -9107307 or 9767029. OLE color: 9767029.

HSL color Cylindrical-coordinate representation of color #750895: hue angle of 286.38º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750895 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1178149-
CMYK0.210.9500.42
HSL286.38º89.81%30.78%-
HSV(B)286.38º94.63%58.43%-
XYZ12.856.1328.94-
YUV56.66180.11171.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 8 (3.52% from 255) = 2.92%
BLUE value IS 149 (58.59% from 255) = 54.38%
R=42.70%
G=2.92%
B=54.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11781490.210.9500.42286.3889.8130.78
Hex75895155F02A11e5a1f
Octal165102252513705243613237
Binary11101011000100101011010110111110101010100011110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750895; }

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

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

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

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

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

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

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

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