Html Css Color HEX #7D17AC Vivid Violet

📋 copy color: '#7D17AC'

red 125 ◦ green 23 ◦ blue 172

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

Shades of Vivid Violet #7D17AC

Tints of Vivid Violet #7D17AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.75%

R = 39.06%
G = 7.19%
B = 53.75%

CMYK

 C value IS 0.27

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D17AC (or 0x7D17AC) is known color: Vivid Violet. HEX triplet: 7D, 17 and AC. RGB value is (125,23,172). Sum of RGB (Red+Green+Blue) = 125+23+172=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D17AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D17AC is #82E853. Grayscale: #454545. Windows color (decimal): -8579156 or 11278205. OLE color: 11278205.

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

Color convert

RGB 125 23 172 -
CMYK 0.27 0.87 0 0.33
HSL 281.07º 0.76% 0.38% -
HSV(B) 281.07º 0.87% 0.67% -
XYZ 16.21 7.95 39.71 -
YUV 70.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 125 23 172 0.27 0.87 0 0.33 281.07 0.76 0.38
Hex 7D 17 AC 1B 57 0 21 119 4C 26
Octal 175 27 254 33 127 0 41 431 114 46
Binary 1111101 10111 10101100 11011 1010111 0 100001 100011001 1001100 100110

Color Harmonies of #7D17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D17AC

Black with #7D17AC

Text Example


Text Example

White with #7D17AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,23,172); }

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

background-color css

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

 a { background-color: rgb(125,23,172); }

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

border-color css

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

 span { border-color: rgb(125,23,172); }

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