#75007D

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

Shades of Purple #75007D

Tints of Purple #75007D

Color information

#75007D (or 0x75007D) is unknown color: approx Purple. HEX triplet: 75, 00 and 7D. RGB value is (117,0,125). Sum of RGB (Red+Green+Blue) = 117+0+125=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #75007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75007D is #8AFF82. Grayscale: #303030. Windows color (decimal): -9109379 or 8192117. OLE color: 8192117.

HSL color Cylindrical-coordinate representation of color #75007D: hue angle of 296.16º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75007D is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1170125-
CMYK0.06100.51
HSL296.16º100%24.51%-
HSV(B)296.16º100%49.02%-
XYZ11.045.2619.84-
YUV49.23170.76176.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 125 (49.22% from 255) = 51.65%
R=48.35%
G=0%
B=51.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11701250.06100.51296.1610024.51
Hex7507D6640331286419
Octal1650175614406345014431
Binary11101010111110111011001000110011100101000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75007D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75007D; }

 p { color: rgb(117,0,125); }

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

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

 a { background-color: rgb(117,0,125); }

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

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

 span { border-color: rgb(117,0,125); }

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