#7B2181

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

Shades of Dark Purple #7B2181

Tints of Dark Purple #7B2181

Color information

#7B2181 (or 0x7B2181) is unknown color: approx Dark Purple. HEX triplet: 7B, 21 and 81. RGB value is (123,33,129). Sum of RGB (Red+Green+Blue) = 123+33+129=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #7B2181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2181 is #84DE7E. Grayscale: #464646. Windows color (decimal): -8707711 or 8462715. OLE color: 8462715.

HSL color Cylindrical-coordinate representation of color #7B2181: hue angle of 296.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7B2181 is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12333129-
CMYK0.050.7400.49
HSL296.25º59.26%31.76%-
HSV(B)296.25º74.42%50.59%-
XYZ12.676.8821.43-
YUV70.85160.82165.19-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.16%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=43.16%
G=11.58%
B=45.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123331290.050.7400.49296.2559.2631.76
Hex7B218154A0311283b20
Octal1734120151120614507340
Binary11110111000011000000110110010100110001100101000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,33,129); }

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

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

 a { background-color: rgb(123,33,129); }

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

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

 span { border-color: rgb(123,33,129); }

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