#75165A

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

Shades of Palatinate Purple #75165A

Tints of Palatinate Purple #75165A

Color information

#75165A (or 0x75165A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 16 and 5A. RGB value is (117,22,90). Sum of RGB (Red+Green+Blue) = 117+22+90=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75165A is #8AE9A5. Grayscale: #393939. Windows color (decimal): -9103782 or 5903989. OLE color: 5903989.

HSL color Cylindrical-coordinate representation of color #75165A: hue angle of 317.05º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75165A is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB1172290-
CMYK00.810.230.54
HSL317.05º68.35%27.25%-
HSV(B)317.05º81.2%45.88%-
XYZ9.475.0910.16-
YUV58.16145.97169.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=51.09%
G=9.61%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117229000.810.230.54317.0568.3527.25
Hex75165A051173613d441b
Octal165261320121276647510433
Binary11101011011010110100101000110111110110100111101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,22,90); }

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

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

 a { background-color: rgb(117,22,90); }

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

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

 span { border-color: rgb(117,22,90); }

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