#750276

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

Shades of Purple #750276

Tints of Purple #750276

Color information

#750276 (or 0x750276) is unknown color: approx Purple. HEX triplet: 75, 02 and 76. RGB value is (117,2,118). Sum of RGB (Red+Green+Blue) = 117+2+118=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #750276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750276 is #8AFD89. Grayscale: #313131. Windows color (decimal): -9108874 or 7733877. OLE color: 7733877.

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

Color convert

RGB1172118-
CMYK0.010.9800.54
HSL299.48º96.67%23.53%-
HSV(B)299.48º98.31%46.27%-
XYZ10.635.1317.57-
YUV49.61166.6176.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 118 (46.48% from 255) = 49.79%
R=49.37%
G=0.84%
B=49.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11721180.010.9800.54299.4896.6723.53
Hex7527616203612b6118
Octal1652166114206645314130
Binary1110101101110110111000100110110100101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750276; }

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

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

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

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

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

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

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

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