#75085B

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

Shades of Palatinate Purple #75085B

Tints of Palatinate Purple #75085B

Color information

#75085B (or 0x75085B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 08 and 5B. RGB value is (117,8,91). Sum of RGB (Red+Green+Blue) = 117+8+91=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75085B is #8AF7A4. Grayscale: #313131. Windows color (decimal): -9107365 or 5965941. OLE color: 5965941.

HSL color Cylindrical-coordinate representation of color #75085B: hue angle of 314.31º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75085B is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB117891-
CMYK00.930.220.54
HSL314.31º87.2%24.51%-
HSV(B)314.31º93.16%45.88%-
XYZ9.314.7110.32-
YUV50.05151.11175.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.17%
GREEN value IS 8 (3.52% from 255) = 3.70%
BLUE value IS 91 (35.94% from 255) = 42.13%
R=54.17%
G=3.70%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11789100.930.220.54314.3187.224.51
Hex7585B05D163613a5719
Octal165101330135266647212731
Binary1110101100010110110101110110110110110100111010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75085B; }

 p { color: rgb(117,8,91); }

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

<style>
 a { background-color: #75085B; }

 a { background-color: rgb(117,8,91); }

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

<style>
 span { border-color: #75085B; }

 span { border-color: rgb(117,8,91); }

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