#7B266C

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

Shades of Dark Purple #7B266C

Tints of Dark Purple #7B266C

Color information

#7B266C (or 0x7B266C) is unknown color: approx Dark Purple. HEX triplet: 7B, 26 and 6C. RGB value is (123,38,108). Sum of RGB (Red+Green+Blue) = 123+38+108=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 123 - color contains mainly: red. Hex color #7B266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B266C is #84D993. Grayscale: #474747. Windows color (decimal): -8706452 or 7087739. OLE color: 7087739.

HSL color Cylindrical-coordinate representation of color #7B266C: hue angle of 310.59º 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 #7B266C is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB12338108-
CMYK00.690.120.52
HSL310.59º52.8%31.57%-
HSV(B)310.59º69.11%48.24%-
XYZ11.576.6814.87-
YUV71.4148.66164.81-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 45.72%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=45.72%
G=14.13%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1233810800.690.120.52310.5952.831.57
Hex7B266C045C341373520
Octal17346154010514644676540
Binary11110111001101101100010001011100110100100110111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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