#7B185F

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

Shades of Palatinate Purple #7B185F

Tints of Palatinate Purple #7B185F

Color information

#7B185F (or 0x7B185F) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 18 and 5F. RGB value is (123,24,95). Sum of RGB (Red+Green+Blue) = 123+24+95=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B185F is #84E7A0. Grayscale: #3D3D3D. Windows color (decimal): -8710049 or 6232187. OLE color: 6232187.

HSL color Cylindrical-coordinate representation of color #7B185F: hue angle of 316.97º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B185F is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB1232495-
CMYK00.800.230.52
HSL316.97º67.35%28.82%-
HSV(B)316.97º80.49%48.24%-
XYZ10.565.6911.37-
YUV61.7146.8171.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.83%
GREEN value IS 24 (9.77% from 255) = 9.92%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=50.83%
G=9.92%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123249500.800.230.52316.9767.3528.82
Hex7B185F050173413d431d
Octal173301370120276447510335
Binary11110111100010111110101000010111110100100111101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B185F; }

 p { color: rgb(123,24,95); }

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

<style>
 a { background-color: #7B185F; }

 a { background-color: rgb(123,24,95); }

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

<style>
 span { border-color: #7B185F; }

 span { border-color: rgb(123,24,95); }

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