#7A1871

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

Shades of Dark Purple #7A1871

Tints of Dark Purple #7A1871

Color information

#7A1871 (or 0x7A1871) is unknown color: approx Dark Purple. HEX triplet: 7A, 18 and 71. RGB value is (122,24,113). Sum of RGB (Red+Green+Blue) = 122+24+113=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1871 is #85E78E. Grayscale: #3F3F3F. Windows color (decimal): -8775567 or 7411834. OLE color: 7411834.

HSL color Cylindrical-coordinate representation of color #7A1871: hue angle of 305.51º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1871 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB12224113-
CMYK00.800.070.52
HSL305.51º67.12%28.63%-
HSV(B)305.51º80.33%47.84%-
XYZ11.335.9816.18-
YUV63.45155.97169.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.10%
GREEN value IS 24 (9.77% from 255) = 9.27%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=47.10%
G=9.27%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1222411300.800.070.52305.5167.1228.63
Hex7A1871050734132431d
Octal17230161012076446210335
Binary111101011000111000101010000111110100100110010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,24,113); }

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

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

 a { background-color: rgb(122,24,113); }

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

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

 span { border-color: rgb(122,24,113); }

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