#7B2C70

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

Shades of Dark Purple #7B2C70

Tints of Dark Purple #7B2C70

Color information

#7B2C70 (or 0x7B2C70) is unknown color: approx Dark Purple. HEX triplet: 7B, 2C and 70. RGB value is (123,44,112). Sum of RGB (Red+Green+Blue) = 123+44+112=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2C70 is #84D38F. Grayscale: #4B4B4B. Windows color (decimal): -8704912 or 7351419. OLE color: 7351419.

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

Color convert

RGB12344112-
CMYK00.640.090.52
HSL308.35º47.31%32.75%-
HSV(B)308.35º64.23%48.24%-
XYZ11.997.1816.08-
YUV75.37148.67161.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.09%
GREEN value IS 44 (17.58% from 255) = 15.77%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=44.09%
G=15.77%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1234411200.640.090.52308.3547.3132.75
Hex7B2C700409341342f21
Octal17354160010011644645741
Binary11110111011001110000010000001001110100100110100101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,44,112); }

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

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

 a { background-color: rgb(123,44,112); }

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

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

 span { border-color: rgb(123,44,112); }

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