#7B346B

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

Shades of Palatinate Purple #7B346B

Tints of Palatinate Purple #7B346B

Color information

#7B346B (or 0x7B346B) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 34 and 6B. RGB value is (123,52,107). Sum of RGB (Red+Green+Blue) = 123+52+107=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B346B is #84CB94. Grayscale: #4F4F4F. Windows color (decimal): -8702869 or 7025787. OLE color: 7025787.

HSL color Cylindrical-coordinate representation of color #7B346B: hue angle of 313.52º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B346B is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB12352107-
CMYK00.580.130.52
HSL313.52º40.57%34.31%-
HSV(B)313.52º57.72%48.24%-
XYZ12.057.7314.77-
YUV79.5143.52159.03-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.62%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 107 (42.19% from 255) = 37.94%
R=43.62%
G=18.44%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1235210700.580.130.52313.5240.5734.31
Hex7B346B03AD3413a2922
Octal1736415307215644725142
Binary1111011110100110101101110101101110100100111010101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,52,107); }

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

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

 a { background-color: rgb(123,52,107); }

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

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

 span { border-color: rgb(123,52,107); }

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