Html Css Color HEX #7D12AE Dark Violet

📋 copy color: '#7D12AE'

red 125 ◦ green 18 ◦ blue 174

#7D12AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #7D12AE

Tints of Dark Violet #7D12AE

RGB

 RED value IS 125 (49.22% from 255) = 39.43%

 GREEN value IS 18 (7.42% from 255) = 5.68%

 BLUE value IS 174 (68.36% from 255) = 54.89%

R = 39.43%
G = 5.68%
B = 54.89%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D12AE (or 0x7D12AE) is known color: Dark Violet. HEX triplet: 7D, 12 and AE. RGB value is (125,18,174). Sum of RGB (Red+Green+Blue) = 125+18+174=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D12AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D12AE is #82ED51. Grayscale: #434343. Windows color (decimal): -8580434 or 11407997. OLE color: 11407997.

HSL color Cylindrical-coordinate representation of color #7D12AE: hue angle of 281.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D12AE is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 18 174 -
CMYK 0.28 0.90 0 0.32
HSL 281.15º 0.81% 0.38% -
HSV(B) 281.15º 0.9% 0.68% -
XYZ 16.31 7.85 40.7 -
YUV 67.78 187.95 168.82 -
System Red Green Blue C M Y K H S L
Decimal 125 18 174 0.28 0.90 0 0.32 281.15 0.81 0.38
Hex 7D 12 AE 1C 5A 0 20 119 51 26
Octal 175 22 256 34 132 0 40 431 121 46
Binary 1111101 10010 10101110 11100 1011010 0 100000 100011001 1010001 100110

Color Harmonies of #7D12AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D12AE

Black with #7D12AE

Text Example


Text Example

White with #7D12AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D12AE;
 }
 .AnyTagClassName
 {
   color: #7D12AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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