#75005F

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

Shades of Purple #75005F

Tints of Purple #75005F

Color information

#75005F (or 0x75005F) is unknown color: approx Purple. HEX triplet: 75, 00 and 5F. RGB value is (117,0,95). Sum of RGB (Red+Green+Blue) = 117+0+95=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75005F is #8AFFA0. Grayscale: #2D2D2D. Windows color (decimal): -9109409 or 6226037. OLE color: 6226037.

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

Color convert

RGB117095-
CMYK010.190.54
HSL311.28º100%22.94%-
HSV(B)311.28º100%45.88%-
XYZ9.44.6111.22-
YUV45.81155.76178.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 44.81%
R=55.19%
G=0%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117095010.190.54311.2810022.94
Hex7505F06413361376417
Octal16501370144236646714427
Binary1110101010111110110010010011110110100110111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75005F; }

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

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

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

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

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

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

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

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