Html Css Color HEX #7C20A5 Vivid Violet

📋 copy color: '#7C20A5'

red 124 ◦ green 32 ◦ blue 165

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

Shades of Vivid Violet #7C20A5

Tints of Vivid Violet #7C20A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 51.4%

R = 38.63%
G = 9.97%
B = 51.4%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7C20A5 (or 0x7C20A5) is known color: Vivid Violet. HEX triplet: 7C, 20 and A5. RGB value is (124,32,165). Sum of RGB (Red+Green+Blue) = 124+32+165=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 165 (64.84% from 255 or 51.40% from 321); Max value from RGB is 165 - color contains mainly: blue. Hex color #7C20A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C20A5 is #83DF5A. Grayscale: #4A4A4A. Windows color (decimal): -8642395 or 10821756. OLE color: 10821756.

HSL color Cylindrical-coordinate representation of color #7C20A5: hue angle of 281.5º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7C20A5 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 124 32 165 -
CMYK 0.25 0.81 0 0.35
HSL 281.5º 0.68% 0.39% -
HSV(B) 281.5º 0.81% 0.65% -
XYZ 15.62 8.03 36.32 -
YUV 74.67 178.98 163.19 -
System Red Green Blue C M Y K H S L
Decimal 124 32 165 0.25 0.81 0 0.35 281.5 0.68 0.39
Hex 7C 20 A5 19 51 0 23 11A 44 27
Octal 174 40 245 31 121 0 43 432 104 47
Binary 1111100 100000 10100101 11001 1010001 0 100011 100011010 1000100 100111

Color Harmonies of #7C20A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C20A5

Black with #7C20A5

Text Example


Text Example

White with #7C20A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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