#750468

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

Shades of Purple #750468

Tints of Purple #750468

Color information

#750468 (or 0x750468) is unknown color: approx Purple. HEX triplet: 75, 04 and 68. RGB value is (117,4,104). Sum of RGB (Red+Green+Blue) = 117+4+104=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #750468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750468 is #8AFB97. Grayscale: #303030. Windows color (decimal): -9108376 or 6816885. OLE color: 6816885.

HSL color Cylindrical-coordinate representation of color #750468: hue angle of 306.9º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750468 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB1174104-
CMYK00.970.110.54
HSL306.9º93.39%23.73%-
HSV(B)306.9º96.58%45.88%-
XYZ9.884.8713.52-
YUV49.19158.94176.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52%
GREEN value IS 4 (1.95% from 255) = 1.78%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=52%
G=1.78%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117410400.970.110.54306.993.3923.73
Hex75468061B361335d18
Octal16541500141136646313530
Binary11101011001101000011000011011110110100110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750468; }

 p { color: rgb(117,4,104); }

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

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

 a { background-color: rgb(117,4,104); }

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

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

 span { border-color: rgb(117,4,104); }

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