#7D12BD

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

Shades of Dark Violet #7D12BD

Tints of Dark Violet #7D12BD

Color information

#7D12BD (or 0x7D12BD) is unknown color: approx Dark Violet. HEX triplet: 7D, 12 and BD. RGB value is (125,18,189). Sum of RGB (Red+Green+Blue) = 125+18+189=332 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.65% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #7D12BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D12BD is #82ED42. Grayscale: #444444. Windows color (decimal): -8580419 or 12391037. OLE color: 12391037.

HSL color Cylindrical-coordinate representation of color #7D12BD: hue angle of 277.54º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D12BD is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12518189-
CMYK0.340.9000.26
HSL277.54º82.61%40.59%-
HSV(B)277.54º90.48%74.12%-
XYZ17.868.4748.84-
YUV69.49195.45167.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.65%
GREEN value IS 18 (7.42% from 255) = 5.42%
BLUE value IS 189 (74.22% from 255) = 56.93%
R=37.65%
G=5.42%
B=56.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal125181890.340.9000.26277.5482.6140.59
Hex7D12BD225A01A1165329
Octal175222754213203242612351
Binary1111101100101011110110001010110100110101000101101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D12BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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