#7B297F

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

Shades of Dark Purple #7B297F

Tints of Dark Purple #7B297F

Color information

#7B297F (or 0x7B297F) is unknown color: approx Dark Purple. HEX triplet: 7B, 29 and 7F. RGB value is (123,41,127). Sum of RGB (Red+Green+Blue) = 123+41+127=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B297F is #84D680. Grayscale: #4B4B4B. Windows color (decimal): -8705665 or 8333691. OLE color: 8333691.

HSL color Cylindrical-coordinate representation of color #7B297F: hue angle of 297.21º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B297F is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12341127-
CMYK0.030.6800.50
HSL297.21º51.19%32.94%-
HSV(B)297.21º67.72%49.8%-
XYZ12.797.3320.82-
YUV75.32157.17162.01-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.27%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 127 (50% from 255) = 43.64%
R=42.27%
G=14.09%
B=43.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal123411270.030.6800.50297.2151.1932.94
Hex7B297F3440321293321
Octal1735117731040624516341
Binary111101110100111111111110001000110010100101001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B297F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,41,127); }

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

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

 a { background-color: rgb(123,41,127); }

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

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

 span { border-color: rgb(123,41,127); }

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