Html Css Color HEX #7D16AB Vivid Violet

📋 copy color: '#7D16AB'

red 125 ◦ green 22 ◦ blue 171

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

Shades of Vivid Violet #7D16AB

Tints of Vivid Violet #7D16AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.92%

 BLUE value IS 171 (67.19% from 255) = 53.77%

R = 39.31%
G = 6.92%
B = 53.77%

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

#7D16AB (or 0x7D16AB) is known color: Vivid Violet. HEX triplet: 7D, 16 and AB. RGB value is (125,22,171). Sum of RGB (Red+Green+Blue) = 125+22+171=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D16AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D16AB is #82E954. Grayscale: #454545. Windows color (decimal): -8579413 or 11212413. OLE color: 11212413.

HSL color Cylindrical-coordinate representation of color #7D16AB: hue angle of 281.48º degrees, saturation: 0.77, 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 #7D16AB is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 22 171 -
CMYK 0.27 0.87 0 0.33
HSL 281.48º 0.77% 0.38% -
HSV(B) 281.48º 0.87% 0.67% -
XYZ 16.1 7.87 39.2 -
YUV 69.78 185.12 167.38 -
System Red Green Blue C M Y K H S L
Decimal 125 22 171 0.27 0.87 0 0.33 281.48 0.77 0.38
Hex 7D 16 AB 1B 57 0 21 119 4D 26
Octal 175 26 253 33 127 0 41 431 115 46
Binary 1111101 10110 10101011 11011 1010111 0 100001 100011001 1001101 100110

Color Harmonies of #7D16AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D16AB

Black with #7D16AB

Text Example


Text Example

White with #7D16AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,22,171); }

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

background-color css

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

 a { background-color: rgb(125,22,171); }

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

border-color css

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

 span { border-color: rgb(125,22,171); }

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