Html Css Color HEX #7C0AAD Dark Violet

📋 copy color: '#7C0AAD'

red 124 ◦ green 10 ◦ blue 173

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

Shades of Dark Violet #7C0AAD

Tints of Dark Violet #7C0AAD

RGB

 RED value IS 124 (48.83% from 255) = 40.39%

 GREEN value IS 10 (4.3% from 255) = 3.26%

 BLUE value IS 173 (67.97% from 255) = 56.35%

R = 40.39%
G = 3.26%
B = 56.35%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C0AAD (or 0x7C0AAD) is known color: Dark Violet. HEX triplet: 7C, 0A and AD. RGB value is (124,10,173). Sum of RGB (Red+Green+Blue) = 124+10+173=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C0AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0AAD is #83F552. Grayscale: #3E3E3E. Windows color (decimal): -8648019 or 11340412. OLE color: 11340412.

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

Color convert

RGB 124 10 173 -
CMYK 0.28 0.94 0 0.32
HSL 281.96º 0.89% 0.36% -
HSV(B) 281.96º 0.94% 0.68% -
XYZ 15.96 7.52 40.15 -
YUV 62.67 190.27 171.75 -
System Red Green Blue C M Y K H S L
Decimal 124 10 173 0.28 0.94 0 0.32 281.96 0.89 0.36
Hex 7C A AD 1C 5E 0 20 11A 59 24
Octal 174 12 255 34 136 0 40 432 131 44
Binary 1111100 1010 10101101 11100 1011110 0 100000 100011010 1011001 100100

Color Harmonies of #7C0AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C0AAD

Black with #7C0AAD

Text Example


Text Example

White with #7C0AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,10,173); }

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

background-color css

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

 a { background-color: rgb(124,10,173); }

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

border-color css

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

 span { border-color: rgb(124,10,173); }

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