#75125E

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

Shades of Palatinate Purple #75125E

Tints of Palatinate Purple #75125E

Color information

#75125E (or 0x75125E) is unknown color: approx Palatinate Purple. HEX triplet: 75, 12 and 5E. RGB value is (117,18,94). Sum of RGB (Red+Green+Blue) = 117+18+94=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75125E is #8AEDA1. Grayscale: #383838. Windows color (decimal): -9104802 or 6165109. OLE color: 6165109.

HSL color Cylindrical-coordinate representation of color #75125E: hue angle of 313.94º 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 #75125E is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1171894-
CMYK00.850.200.54
HSL313.94º73.33%26.47%-
HSV(B)313.94º84.62%45.88%-
XYZ9.575.0211.05-
YUV56.26149.3171.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 18 (7.42% from 255) = 7.86%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=51.09%
G=7.86%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117189400.850.200.54313.9473.3326.47
Hex75125E055143613a491a
Octal165221360125246647211132
Binary11101011001010111100101010110100110110100111010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75125E; }

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

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

<style>
 a { background-color: #75125E; }

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

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

<style>
 span { border-color: #75125E; }

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

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