#7B125E

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

Shades of Palatinate Purple #7B125E

Tints of Palatinate Purple #7B125E

Color information

#7B125E (or 0x7B125E) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 12 and 5E. RGB value is (123,18,94). Sum of RGB (Red+Green+Blue) = 123+18+94=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B125E is #84EDA1. Grayscale: #393939. Windows color (decimal): -8711586 or 6165115. OLE color: 6165115.

HSL color Cylindrical-coordinate representation of color #7B125E: hue angle of 316.57º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B125E is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB1231894-
CMYK00.850.240.52
HSL316.57º74.47%27.65%-
HSV(B)316.57º85.37%48.24%-
XYZ10.415.4511.09-
YUV58.06148.29174.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 52.34%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 94 (37.11% from 255) = 40%
R=52.34%
G=7.66%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123189400.850.240.52316.5774.4727.65
Hex7B125E055183413d4a1c
Octal173221360125306447511234
Binary11110111001010111100101010111000110100100111101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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