#7B2665

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

Shades of Palatinate Purple #7B2665

Tints of Palatinate Purple #7B2665

Color information

#7B2665 (or 0x7B2665) is unknown color: approx Palatinate Purple. HEX triplet: 7B, 26 and 65. RGB value is (123,38,101). Sum of RGB (Red+Green+Blue) = 123+38+101=262 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.95% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2665 is #84D99A. Grayscale: #464646. Windows color (decimal): -8706459 or 6628987. OLE color: 6628987.

HSL color Cylindrical-coordinate representation of color #7B2665: hue angle of 315.53º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B2665 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB12338101-
CMYK00.690.180.52
HSL315.53º52.8%31.57%-
HSV(B)315.53º69.11%48.24%-
XYZ11.216.5412.98-
YUV70.6145.16165.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.95%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 101 (39.84% from 255) = 38.55%
R=46.95%
G=14.50%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1233810100.690.180.52315.5352.831.57
Hex7B2665045123413c3520
Octal17346145010522644746540
Binary111101110011011001010100010110010110100100111100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,38,101); }

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

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

 a { background-color: rgb(123,38,101); }

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

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

 span { border-color: rgb(123,38,101); }

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