#75057A

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

Shades of Purple #75057A

Tints of Purple #75057A

Color information

#75057A (or 0x75057A) is unknown color: approx Purple. HEX triplet: 75, 05 and 7A. RGB value is (117,5,122). Sum of RGB (Red+Green+Blue) = 117+5+122=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #75057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75057A is #8AFA85. Grayscale: #333333. Windows color (decimal): -9108102 or 7996789. OLE color: 7996789.

HSL color Cylindrical-coordinate representation of color #75057A: hue angle of 297.44º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75057A is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1175122-
CMYK0.040.9600.52
HSL297.44º92.13%24.9%-
HSV(B)297.44º95.9%47.84%-
XYZ10.95.318.86-
YUV51.83167.61174.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 5 (2.34% from 255) = 2.05%
BLUE value IS 122 (48.05% from 255) = 50%
R=47.95%
G=2.05%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11751220.040.9600.52297.4492.1324.9
Hex7557A4600341295c19
Octal1655172414006445113431
Binary1110101101111101010011000000110100100101001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75057A; }

 p { color: rgb(117,5,122); }

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

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

 a { background-color: rgb(117,5,122); }

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

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

 span { border-color: rgb(117,5,122); }

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