Html Css Color HEX #7C20AD Vivid Violet

📋 copy color: '#7C20AD'

red 124 ◦ green 32 ◦ blue 173

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

Shades of Vivid Violet #7C20AD

Tints of Vivid Violet #7C20AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.73%

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

R = 37.69%
G = 9.73%
B = 52.58%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C20AD (or 0x7C20AD) is known color: Vivid Violet. HEX triplet: 7C, 20 and AD. RGB value is (124,32,173). Sum of RGB (Red+Green+Blue) = 124+32+173=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C20AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C20AD is #83DF52. Grayscale: #4B4B4B. Windows color (decimal): -8642387 or 11346044. OLE color: 11346044.

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

Color convert

RGB 124 32 173 -
CMYK 0.28 0.82 0 0.32
HSL 279.15º 0.69% 0.4% -
HSV(B) 279.15º 0.82% 0.68% -
XYZ 16.37 8.34 40.28 -
YUV 75.58 182.98 162.54 -
System Red Green Blue C M Y K H S L
Decimal 124 32 173 0.28 0.82 0 0.32 279.15 0.69 0.4
Hex 7C 20 AD 1C 52 0 20 117 45 28
Octal 174 40 255 34 122 0 40 427 105 50
Binary 1111100 100000 10101101 11100 1010010 0 100000 100010111 1000101 101000

Color Harmonies of #7C20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C20AD

Black with #7C20AD

Text Example


Text Example

White with #7C20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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