#750372

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

Shades of Purple #750372

Tints of Purple #750372

Color information

#750372 (or 0x750372) is unknown color: approx Purple. HEX triplet: 75, 03 and 72. RGB value is (117,3,114). Sum of RGB (Red+Green+Blue) = 117+3+114=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #750372 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750372 is #8AFC8D. Grayscale: #313131. Windows color (decimal): -9108622 or 7471989. OLE color: 7471989.

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

Color convert

RGB1173114-
CMYK00.970.030.54
HSL301.58º95%23.53%-
HSV(B)301.58º97.44%45.88%-
XYZ10.415.0616.35-
YUV49.74164.27175.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=50%
G=1.28%
B=48.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117311400.970.030.54301.589523.53
Hex7537206133612e5f18
Octal1653162014136645613730
Binary11101011111100100110000111110110100101110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750372; }

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

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

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

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

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

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

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

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