#750466

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

Shades of Purple #750466

Tints of Purple #750466

Color information

#750466 (or 0x750466) is unknown color: approx Purple. HEX triplet: 75, 04 and 66. RGB value is (117,4,102). Sum of RGB (Red+Green+Blue) = 117+4+102=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #750466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750466 is #8AFB99. Grayscale: #303030. Windows color (decimal): -9108378 or 6685813. OLE color: 6685813.

HSL color Cylindrical-coordinate representation of color #750466: hue angle of 307.96º 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 #750466 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB1174102-
CMYK00.970.130.54
HSL307.96º93.39%23.73%-
HSV(B)307.96º96.58%45.88%-
XYZ9.784.8312.99-
YUV48.96157.94176.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.47%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=52.47%
G=1.79%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117410200.970.130.54307.9693.3923.73
Hex75466061D361345d18
Octal16541460141156646413530
Binary11101011001100110011000011101110110100110100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750466; }

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

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

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

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

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

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

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

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