#752076

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

Shades of Dark Purple #752076

Tints of Dark Purple #752076

Color information

#752076 (or 0x752076) is unknown color: approx Dark Purple. HEX triplet: 75, 20 and 76. RGB value is (117,32,118). Sum of RGB (Red+Green+Blue) = 117+32+118=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #752076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752076 is #8ADF89. Grayscale: #424242. Windows color (decimal): -9101194 or 7741557. OLE color: 7741557.

HSL color Cylindrical-coordinate representation of color #752076: hue angle of 299.3º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752076 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11732118-
CMYK0.010.7300.54
HSL299.3º57.33%29.41%-
HSV(B)299.3º72.88%46.27%-
XYZ11.126.1217.74-
YUV67.22156.66163.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=43.82%
G=11.99%
B=44.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117321180.010.7300.54299.357.3329.41
Hex75207614903612b391d
Octal1654016611110664537135
Binary1110101100000111011011001001011011010010101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752076; }

 p { color: rgb(117,32,118); }

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

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

 a { background-color: rgb(117,32,118); }

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

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

 span { border-color: rgb(117,32,118); }

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