#7B1A62

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

Shades of Palatinate Purple #7B1A62

Tints of Palatinate Purple #7B1A62

Color information

#7B1A62 (or 0x7B1A62) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 1A and 62. RGB value is (123,26,98). Sum of RGB (Red+Green+Blue) = 123+26+98=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1A62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1A62 is #84E59D. Grayscale: #3F3F3F. Windows color (decimal): -8709534 or 6429307. OLE color: 6429307.

HSL color Cylindrical-coordinate representation of color #7B1A62: hue angle of 315.46º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B1A62 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB1232698-
CMYK00.790.200.52
HSL315.46º65.1%29.22%-
HSV(B)315.46º78.86%48.24%-
XYZ10.745.8312.11-
YUV63.21147.64170.65-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.80%
GREEN value IS 26 (10.55% from 255) = 10.53%
BLUE value IS 98 (38.67% from 255) = 39.68%
R=49.80%
G=10.53%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123269800.790.200.52315.4665.129.22
Hex7B1A6204F143413b411d
Octal173321420117246447310135
Binary11110111101011000100100111110100110100100111011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,26,98); }

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

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

 a { background-color: rgb(123,26,98); }

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

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

 span { border-color: rgb(123,26,98); }

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