#7D12BA

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

Shades of Dark Violet #7D12BA

Tints of Dark Violet #7D12BA

Color information

#7D12BA (or 0x7D12BA) is unknown color: approx Dark Violet. HEX triplet: 7D, 12 and BA. RGB value is (125,18,186). Sum of RGB (Red+Green+Blue) = 125+18+186=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D12BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D12BA is #82ED45. Grayscale: #444444. Windows color (decimal): -8580422 or 12194429. OLE color: 12194429.

HSL color Cylindrical-coordinate representation of color #7D12BA: hue angle of 278.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D12BA is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12518186-
CMYK0.330.9000.27
HSL278.21º82.35%40%-
HSV(B)278.21º90.32%72.94%-
XYZ17.548.3447.14-
YUV69.15193.95167.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.99%
GREEN value IS 18 (7.42% from 255) = 5.47%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=37.99%
G=5.47%
B=56.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125181860.330.9000.27278.2182.3540
Hex7D12BA215A01B1165228
Octal175222724113203342612250
Binary1111101100101011101010000110110100110111000101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D12BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,18,186); }

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

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

 a { background-color: rgb(125,18,186); }

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

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

 span { border-color: rgb(125,18,186); }

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