#7B2D71

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

Shades of Dark Purple #7B2D71

Tints of Dark Purple #7B2D71

Color information

#7B2D71 (or 0x7B2D71) is unknown color: approx Dark Purple. HEX triplet: 7B, 2D and 71. RGB value is (123,45,113). Sum of RGB (Red+Green+Blue) = 123+45+113=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2D71 is #84D28E. Grayscale: #4B4B4B. Windows color (decimal): -8704655 or 7417211. OLE color: 7417211.

HSL color Cylindrical-coordinate representation of color #7B2D71: hue angle of 307.69º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2D71 is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB12345113-
CMYK00.630.080.52
HSL307.69º46.43%32.94%-
HSV(B)307.69º63.41%48.24%-
XYZ12.097.2816.39-
YUV76.07148.84161.47-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.77%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=43.77%
G=16.01%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1234511300.630.080.52307.6946.4332.94
Hex7B2D7103F8341342e21
Octal1735516107710644645641
Binary1111011101101111000101111111000110100100110100101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,45,113); }

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

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

 a { background-color: rgb(123,45,113); }

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

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

 span { border-color: rgb(123,45,113); }

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