#750068

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

Shades of Purple #750068

Tints of Purple #750068

Color information

#750068 (or 0x750068) is unknown color: approx Purple. HEX triplet: 75, 00 and 68. RGB value is (117,0,104). Sum of RGB (Red+Green+Blue) = 117+0+104=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #750068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750068 is #8AFF97. Grayscale: #2E2E2E. Windows color (decimal): -9109400 or 6815861. OLE color: 6815861.

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

Color convert

RGB1170104-
CMYK010.110.54
HSL306.67º100%22.94%-
HSV(B)306.67º100%45.88%-
XYZ9.834.7813.5-
YUV46.84160.26178.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=52.94%
G=0%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1170104010.110.54306.6710022.94
Hex75068064B361336417
Octal16501500144136646314427
Binary111010101101000011001001011110110100110011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750068; }

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

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

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

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

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

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

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

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