#750D84

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

Shades of Purple #750D84

Tints of Purple #750D84

Color information

#750D84 (or 0x750D84) is unknown color: approx Purple. HEX triplet: 75, 0D and 84. RGB value is (117,13,132). Sum of RGB (Red+Green+Blue) = 117+13+132=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 132 (51.95% from 255 or 50.38% from 262); Max value from RGB is 132 - color contains mainly: blue. Hex color #750D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750D84 is #8AF27B. Grayscale: #393939. Windows color (decimal): -9106044 or 8654197. OLE color: 8654197.

HSL color Cylindrical-coordinate representation of color #750D84: hue angle of 292.44º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #750D84 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11713132-
CMYK0.110.9000.48
HSL292.44º82.07%28.43%-
HSV(B)292.44º90.15%51.76%-
XYZ11.645.7422.32-
YUV57.66169.96170.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 13 (5.47% from 255) = 4.96%
BLUE value IS 132 (51.95% from 255) = 50.38%
R=44.66%
G=4.96%
B=50.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117131320.110.9000.48292.4482.0728.43
Hex75D84B5A030124521c
Octal165152041313206044412234
Binary1110101110110000100101110110100110000100100100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750D84; }

 p { color: rgb(117,13,132); }

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

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

 a { background-color: rgb(117,13,132); }

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

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

 span { border-color: rgb(117,13,132); }

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