#750272

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

Shades of Purple #750272

Tints of Purple #750272

Color information

#750272 (or 0x750272) is unknown color: approx Purple. HEX triplet: 75, 02 and 72. RGB value is (117,2,114). Sum of RGB (Red+Green+Blue) = 117+2+114=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #750272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750272 is #8AFD8D. Grayscale: #303030. Windows color (decimal): -9108878 or 7471733. OLE color: 7471733.

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

Color convert

RGB1172114-
CMYK00.980.030.54
HSL301.57º96.64%23.33%-
HSV(B)301.57º98.29%45.88%-
XYZ10.45.0416.34-
YUV49.15164.6176.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=50.21%
G=0.86%
B=48.93%

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
Decimal117211400.980.030.54301.5796.6423.33
Hex7527206233612e6117
Octal1652162014236645614127
Binary11101011011100100110001011110110100101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750272; }

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

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

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

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

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

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

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

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