#7B1462

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

Shades of Dark Purple #7B1462

Tints of Dark Purple #7B1462

Color information

#7B1462 (or 0x7B1462) is unknown color: approx Dark Purple. HEX triplet: 7B, 14 and 62. RGB value is (123,20,98). Sum of RGB (Red+Green+Blue) = 123+20+98=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1462 is #84EB9D. Grayscale: #3B3B3B. Windows color (decimal): -8711070 or 6427771. OLE color: 6427771.

HSL color Cylindrical-coordinate representation of color #7B1462: hue angle of 314.56º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B1462 is Cyan = 0, Magento = 0.84, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB1232098-
CMYK00.840.200.52
HSL314.56º72.03%28.04%-
HSV(B)314.56º83.74%48.24%-
XYZ10.625.5912.07-
YUV59.69149.62173.16-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.04%
GREEN value IS 20 (8.20% from 255) = 8.30%
BLUE value IS 98 (38.67% from 255) = 40.66%
R=51.04%
G=8.30%
B=40.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123209800.840.200.52314.5672.0328.04
Hex7B1462054143413b481c
Octal173241420124246447311034
Binary11110111010011000100101010010100110100100111011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B1462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,20,98); }

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

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

 a { background-color: rgb(123,20,98); }

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

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

 span { border-color: rgb(123,20,98); }

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