#7D04AE

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

Shades of Dark Violet #7D04AE

Tints of Dark Violet #7D04AE

Color information

#7D04AE (or 0x7D04AE) is unknown color: approx Dark Violet. HEX triplet: 7D, 04 and AE. RGB value is (125,4,174). Sum of RGB (Red+Green+Blue) = 125+4+174=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D04AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D04AE is #82FB51. Grayscale: #3B3B3B. Windows color (decimal): -8584018 or 11404413. OLE color: 11404413.

HSL color Cylindrical-coordinate representation of color #7D04AE: hue angle of 282.71º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D04AE is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1254174-
CMYK0.280.9800.32
HSL282.71º95.51%34.9%-
HSV(B)282.71º97.7%68.24%-
XYZ16.147.540.64-
YUV59.56192.59174.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.25%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 174 (68.36% from 255) = 57.43%
R=41.25%
G=1.32%
B=57.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12541740.280.9800.32282.7195.5134.9
Hex7D4AE1C6202011b6023
Octal17542563414204043314043
Binary11111011001010111011100110001001000001000110111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D04AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,4,174); }

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

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

 a { background-color: rgb(125,4,174); }

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

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

 span { border-color: rgb(125,4,174); }

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