#7D0AE1

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

Shades of Dark Violet #7D0AE1

Tints of Dark Violet #7D0AE1

Color information

#7D0AE1 (or 0x7D0AE1) is unknown color: approx Dark Violet. HEX triplet: 7D, 0A and E1. RGB value is (125,10,225). Sum of RGB (Red+Green+Blue) = 125+10+225=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 10 (4.30% from 255 or 2.78% from 360); Blue value is 225 (88.28% from 255 or 62.5% from 360); Max value from RGB is 225 - color contains mainly: blue. Hex color #7D0AE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7D0AE1 is #82F51E. Grayscale: #444444. Windows color (decimal): -8582431 or 14748285. OLE color: 14748285.

HSL color Cylindrical-coordinate representation of color #7D0AE1: hue angle of 272.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0AE1 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12510225-
CMYK0.440.9600.12
HSL272.09º91.49%46.08%-
HSV(B)272.09º95.56%88.24%-
XYZ22.1610.0172-
YUV68.9216.1168.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.72%
GREEN value IS 10 (4.30% from 255) = 2.78%
BLUE value IS 225 (88.28% from 255) = 62.5%
R=34.72%
G=2.78%
B=62.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal125102250.440.9600.12272.0991.4946.08
Hex7DAE12C600C1105b2e
Octal175123415414001442013356
Binary11111011010111000011011001100000011001000100001011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,10,225); }

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

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

 a { background-color: rgb(125,10,225); }

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

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

 span { border-color: rgb(125,10,225); }

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