#7D0EB5

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

Shades of Dark Violet #7D0EB5

Tints of Dark Violet #7D0EB5

Color information

#7D0EB5 (or 0x7D0EB5) is unknown color: approx Dark Violet. HEX triplet: 7D, 0E and B5. RGB value is (125,14,181). Sum of RGB (Red+Green+Blue) = 125+14+181=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #7D0EB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0EB5 is #82F14A. Grayscale: #414141. Windows color (decimal): -8581451 or 11865725. OLE color: 11865725.

HSL color Cylindrical-coordinate representation of color #7D0EB5: hue angle of 279.88º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0EB5 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12514181-
CMYK0.310.9200.29
HSL279.88º85.64%38.24%-
HSV(B)279.88º92.27%70.98%-
XYZ16.958.0144.37-
YUV66.23192.77169.92-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.06%
GREEN value IS 14 (5.86% from 255) = 4.38%
BLUE value IS 181 (71.09% from 255) = 56.56%
R=39.06%
G=4.38%
B=56.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125141810.310.9200.29279.8885.6438.24
Hex7DEB51F5C01D1185626
Octal175162653713403543012646
Binary11111011110101101011111110111000111011000110001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,14,181); }

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

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

 a { background-color: rgb(125,14,181); }

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

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

 span { border-color: rgb(125,14,181); }

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