#7B1B62

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

Shades of Palatinate Purple #7B1B62

Tints of Palatinate Purple #7B1B62

Color information

#7B1B62 (or 0x7B1B62) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 1B and 62. RGB value is (123,27,98). Sum of RGB (Red+Green+Blue) = 123+27+98=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1B62 is #84E49D. Grayscale: #3F3F3F. Windows color (decimal): -8709278 or 6429563. OLE color: 6429563.

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

Color convert

RGB1232798-
CMYK00.780.200.52
HSL315.62º64%29.41%-
HSV(B)315.62º78.05%48.24%-
XYZ10.765.8812.12-
YUV63.8147.3170.23-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.60%
GREEN value IS 27 (10.94% from 255) = 10.89%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=49.60%
G=10.89%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123279800.780.200.52315.626429.41
Hex7B1B6204E143413c401d
Octal173331420116246447410035
Binary11110111101111000100100111010100110100100111100100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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