#75155A

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

Shades of Palatinate Purple #75155A

Tints of Palatinate Purple #75155A

Color information

#75155A (or 0x75155A) is unknown color: approx Palatinate Purple. HEX triplet: 75, 15 and 5A. RGB value is (117,21,90). Sum of RGB (Red+Green+Blue) = 117+21+90=228 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.32% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 117 - color contains mainly: red. Hex color #75155A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75155A is #8AEAA5. Grayscale: #393939. Windows color (decimal): -9104038 or 5903733. OLE color: 5903733.

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

Color convert

RGB1172190-
CMYK00.820.230.54
HSL316.88º69.57%27.06%-
HSV(B)316.88º82.05%45.88%-
XYZ9.455.0610.15-
YUV57.57146.3170.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 51.32%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=51.32%
G=9.21%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117219000.820.230.54316.8869.5727.06
Hex75155A052173613d461b
Octal165251320122276647510633
Binary11101011010110110100101001010111110110100111101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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