#750271

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

Shades of Purple #750271

Tints of Purple #750271

Color information

#750271 (or 0x750271) is unknown color: approx Purple. HEX triplet: 75, 02 and 71. RGB value is (117,2,113). Sum of RGB (Red+Green+Blue) = 117+2+113=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #750271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750271 is #8AFD8E. Grayscale: #303030. Windows color (decimal): -9108879 or 7406197. OLE color: 7406197.

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

Color convert

RGB1172113-
CMYK00.980.030.54
HSL302.09º96.64%23.33%-
HSV(B)302.09º98.29%45.88%-
XYZ10.345.0216.05-
YUV49.04164.1176.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=50.43%
G=0.86%
B=48.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117211300.980.030.54302.0996.6423.33
Hex7527106233612e6117
Octal1652161014236645614127
Binary11101011011100010110001011110110100101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750271; }

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

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

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

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

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

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

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

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