#7B136D

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

Shades of Dark Purple #7B136D

Tints of Dark Purple #7B136D

Color information

#7B136D (or 0x7B136D) is unknown color: approx Dark Purple. HEX triplet: 7B, 13 and 6D. RGB value is (123,19,109). Sum of RGB (Red+Green+Blue) = 123+19+109=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B136D is #84EC92. Grayscale: #3C3C3C. Windows color (decimal): -8711315 or 7148411. OLE color: 7148411.

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

Color convert

RGB12319109-
CMYK00.850.110.52
HSL308.08º73.24%27.84%-
HSV(B)308.08º84.55%48.24%-
XYZ11.165.7815-
YUV60.36155.46172.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 49.00%
GREEN value IS 19 (7.81% from 255) = 7.57%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=49.00%
G=7.57%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231910900.850.110.52308.0873.2427.84
Hex7B136D055B34134491c
Octal173231550125136446411134
Binary1111011100111101101010101011011110100100110100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B136D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,19,109); }

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

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

 a { background-color: rgb(123,19,109); }

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

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

 span { border-color: rgb(123,19,109); }

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