#75128A

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

Shades of Purple #75128A

Tints of Purple #75128A

Color information

#75128A (or 0x75128A) is unknown color: approx Purple. HEX triplet: 75, 12 and 8A. RGB value is (117,18,138). Sum of RGB (Red+Green+Blue) = 117+18+138=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #75128A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75128A is #8AED75. Grayscale: #3C3C3C. Windows color (decimal): -9104758 or 9048693. OLE color: 9048693.

HSL color Cylindrical-coordinate representation of color #75128A: hue angle of 289.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75128A is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11718138-
CMYK0.150.8700.46
HSL289.5º76.92%30.59%-
HSV(B)289.5º86.96%54.12%-
XYZ12.146.0524.57-
YUV61.28171.3167.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 138 (54.30% from 255) = 50.55%
R=42.86%
G=6.59%
B=50.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117181380.150.8700.46289.576.9230.59
Hex75128AF5702E1224d1f
Octal165222121712705644211537
Binary11101011001010001010111110101110101110100100010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,18,138); }

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

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

 a { background-color: rgb(117,18,138); }

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

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

 span { border-color: rgb(117,18,138); }

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