#7B195E

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

Shades of Palatinate Purple #7B195E

Tints of Palatinate Purple #7B195E

Color information

#7B195E (or 0x7B195E) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 19 and 5E. RGB value is (123,25,94). Sum of RGB (Red+Green+Blue) = 123+25+94=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B195E is #84E6A1. Grayscale: #3D3D3D. Windows color (decimal): -8709794 or 6166907. OLE color: 6166907.

HSL color Cylindrical-coordinate representation of color #7B195E: hue angle of 317.76º degrees, saturation: 0.66, 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 #7B195E is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB1232594-
CMYK00.800.240.52
HSL317.76º66.22%29.02%-
HSV(B)317.76º79.67%48.24%-
XYZ10.545.7111.14-
YUV62.17145.97171.39-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 50.83%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 94 (37.11% from 255) = 38.84%
R=50.83%
G=10.33%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123259400.800.240.52317.7666.2229.02
Hex7B195E050183413e421d
Octal173311360120306447610235
Binary11110111100110111100101000011000110100100111110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,25,94); }

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

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

 a { background-color: rgb(123,25,94); }

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

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

 span { border-color: rgb(123,25,94); }

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