Html Css Color HEX #7D18AA Vivid Violet

📋 copy color: '#7D18AA'

red 125 ◦ green 24 ◦ blue 170

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

Shades of Vivid Violet #7D18AA

Tints of Vivid Violet #7D18AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.52%

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

R = 39.18%
G = 7.52%
B = 53.29%

CMYK

 C value IS 0.26

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D18AA (or 0x7D18AA) is known color: Vivid Violet. HEX triplet: 7D, 18 and AA. RGB value is (125,24,170). Sum of RGB (Red+Green+Blue) = 125+24+170=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D18AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D18AA is #82E755. Grayscale: #464646. Windows color (decimal): -8578902 or 11147389. OLE color: 11147389.

HSL color Cylindrical-coordinate representation of color #7D18AA: hue angle of 281.51º degrees, saturation: 0.75, 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 #7D18AA is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 24 170 -
CMYK 0.26 0.86 0 0.33
HSL 281.51º 0.75% 0.38% -
HSV(B) 281.51º 0.86% 0.67% -
XYZ 16.04 7.92 38.71 -
YUV 70.84 183.96 166.63 -
System Red Green Blue C M Y K H S L
Decimal 125 24 170 0.26 0.86 0 0.33 281.51 0.75 0.38
Hex 7D 18 AA 1A 56 0 21 11A 4B 26
Octal 175 30 252 32 126 0 41 432 113 46
Binary 1111101 11000 10101010 11010 1010110 0 100001 100011010 1001011 100110

Color Harmonies of #7D18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D18AA

Black with #7D18AA

Text Example


Text Example

White with #7D18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,24,170); }

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

background-color css

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

 a { background-color: rgb(125,24,170); }

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

border-color css

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

 span { border-color: rgb(125,24,170); }

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