Html Css Color HEX #7C17AA Vivid Violet

📋 copy color: '#7C17AA'

red 124 ◦ green 23 ◦ blue 170

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

Shades of Vivid Violet #7C17AA

Tints of Vivid Violet #7C17AA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 39.12%
G = 7.26%
B = 53.63%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C17AA (or 0x7C17AA) is known color: Vivid Violet. HEX triplet: 7C, 17 and AA. RGB value is (124,23,170). Sum of RGB (Red+Green+Blue) = 124+23+170=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C17AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C17AA is #83E855. Grayscale: #454545. Windows color (decimal): -8644694 or 11147132. OLE color: 11147132.

HSL color Cylindrical-coordinate representation of color #7C17AA: hue angle of 281.22º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C17AA is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 23 170 -
CMYK 0.27 0.86 0 0.33
HSL 281.22º 0.76% 0.38% -
HSV(B) 281.22º 0.86% 0.67% -
XYZ 15.87 7.8 38.7 -
YUV 69.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 124 23 170 0.27 0.86 0 0.33 281.22 0.76 0.38
Hex 7C 17 AA 1B 56 0 21 119 4C 26
Octal 174 27 252 33 126 0 41 431 114 46
Binary 1111100 10111 10101010 11011 1010110 0 100001 100011001 1001100 100110

Color Harmonies of #7C17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C17AA

Black with #7C17AA

Text Example


Text Example

White with #7C17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,23,170); }

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

background-color css

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

 a { background-color: rgb(124,23,170); }

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

border-color css

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

 span { border-color: rgb(124,23,170); }

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