#7b1f82

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

Shades of Dark Purple #7B1F82

Tints of Dark Purple #7B1F82

Color information

#7B1F82 (or 0x7B1F82) is unknown color: approx Dark Purple. HEX triplet: 7B, 1F and 82. RGB value is (123,31,130). Sum of RGB (Red+Green+Blue) = 123+31+130=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B1F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1F82 is #84E07D. Grayscale: #454545. Windows color (decimal): -8708222 or 8527739. OLE color: 8527739.

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

Color convert

RGB12331130-
CMYK0.050.7600.49
HSL295.76º61.49%31.57%-
HSV(B)295.76º76.15%50.98%-
XYZ12.696.821.76-
YUV69.79161.98165.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.31%
GREEN value IS 31 (12.5% from 255) = 10.92%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=43.31%
G=10.92%
B=45.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal123311300.050.7600.49295.7661.4931.57
Hex7B1F8254C0311283d20
Octal1733720251140614507540
Binary1111011111111000001010110011000110001100101000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b1f82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,31,130); }

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

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

 a { background-color: rgb(123,31,130); }

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

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

 span { border-color: rgb(123,31,130); }

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