#75126A

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

Shades of Dark Purple #75126A

Tints of Dark Purple #75126A

Color information

#75126A (or 0x75126A) is unknown color: approx Dark Purple. HEX triplet: 75, 12 and 6A. RGB value is (117,18,106). Sum of RGB (Red+Green+Blue) = 117+18+106=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 106 (41.80% from 255 or 43.98% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #75126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75126A is #8AED95. Grayscale: #393939. Windows color (decimal): -9104790 or 6951541. OLE color: 6951541.

HSL color Cylindrical-coordinate representation of color #75126A: hue angle of 306.67º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75126A is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11718106-
CMYK00.850.090.54
HSL306.67º73.33%26.47%-
HSV(B)306.67º84.62%45.88%-
XYZ10.155.2614.11-
YUV57.63155.3170.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 18 (7.42% from 255) = 7.47%
BLUE value IS 106 (41.80% from 255) = 43.98%
R=48.55%
G=7.47%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171810600.850.090.54306.6773.3326.47
Hex75126A055936133491a
Octal165221520125116646311132
Binary1110101100101101010010101011001110110100110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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