#7B2480

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

Shades of Dark Purple #7B2480

Tints of Dark Purple #7B2480

Color information

#7B2480 (or 0x7B2480) is unknown color: approx Dark Purple. HEX triplet: 7B, 24 and 80. RGB value is (123,36,128). Sum of RGB (Red+Green+Blue) = 123+36+128=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #7B2480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2480 is #84DB7F. Grayscale: #484848. Windows color (decimal): -8706944 or 8397947. OLE color: 8397947.

HSL color Cylindrical-coordinate representation of color #7B2480: hue angle of 296.74º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2480 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12336128-
CMYK0.040.7200.50
HSL296.74º56.1%32.16%-
HSV(B)296.74º71.88%50.2%-
XYZ12.77.0321.11-
YUV72.5159.32164.02-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.86%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 128 (50.39% from 255) = 44.60%
R=42.86%
G=12.54%
B=44.60%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal123361280.040.7200.50296.7456.132.16
Hex7B24804480321293820
Octal1734420041100624517040
Binary11110111001001000000010010010000110010100101001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,36,128); }

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

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

 a { background-color: rgb(123,36,128); }

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

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

 span { border-color: rgb(123,36,128); }

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