#7B1C61

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

Shades of Palatinate Purple #7B1C61

Tints of Palatinate Purple #7B1C61

Color information

#7B1C61 (or 0x7B1C61) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 1C and 61. RGB value is (123,28,97). Sum of RGB (Red+Green+Blue) = 123+28+97=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1C61 is #84E39E. Grayscale: #404040. Windows color (decimal): -8709023 or 6364283. OLE color: 6364283.

HSL color Cylindrical-coordinate representation of color #7B1C61: hue angle of 316.42º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B1C61 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB1232897-
CMYK00.770.210.52
HSL316.42º62.91%29.61%-
HSV(B)316.42º77.24%48.24%-
XYZ10.745.911.88-
YUV64.27146.47169.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.60%
GREEN value IS 28 (11.33% from 255) = 11.29%
BLUE value IS 97 (38.28% from 255) = 39.11%
R=49.60%
G=11.29%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123289700.770.210.52316.4262.9129.61
Hex7B1C6104D153413c3f1e
Octal17334141011525644747736
Binary1111011111001100001010011011010111010010011110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,28,97); }

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

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

 a { background-color: rgb(123,28,97); }

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

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

 span { border-color: rgb(123,28,97); }

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