#750795

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

Shades of Purple #750795

Tints of Purple #750795

Color information

#750795 (or 0x750795) is unknown color: approx Purple. HEX triplet: 75, 07 and 95. RGB value is (117,7,149). Sum of RGB (Red+Green+Blue) = 117+7+149=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 149 (58.59% from 255 or 54.58% from 273); Max value from RGB is 149 - color contains mainly: blue. Hex color #750795 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750795 is #8AF86A. Grayscale: #373737. Windows color (decimal): -9107563 or 9766773. OLE color: 9766773.

HSL color Cylindrical-coordinate representation of color #750795: hue angle of 286.48º degrees, saturation: 0.91, 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 #750795 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1177149-
CMYK0.210.9500.42
HSL286.48º91.03%30.59%-
HSV(B)286.48º95.3%58.43%-
XYZ12.846.128.94-
YUV56.08180.44171.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 7 (3.12% from 255) = 2.56%
BLUE value IS 149 (58.59% from 255) = 54.58%
R=42.86%
G=2.56%
B=54.58%

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
Decimal11771490.210.9500.42286.4891.0330.59
Hex75795155F02A11e5b1f
Octal16572252513705243613337
Binary1110101111100101011010110111110101010100011110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750795; }

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

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

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

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

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

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

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

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