Html Css Color HEX #7D1AAB Vivid Violet

📋 copy color: '#7D1AAB'

red 125 ◦ green 26 ◦ blue 171

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

Shades of Vivid Violet #7D1AAB

Tints of Vivid Violet #7D1AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.07%

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

R = 38.82%
G = 8.07%
B = 53.11%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D1AAB (or 0x7D1AAB) is known color: Vivid Violet. HEX triplet: 7D, 1A and AB. RGB value is (125,26,171). Sum of RGB (Red+Green+Blue) = 125+26+171=322 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.82% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D1AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1AAB is #82E554. Grayscale: #474747. Windows color (decimal): -8578389 or 11213437. OLE color: 11213437.

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

Color convert

RGB 125 26 171 -
CMYK 0.27 0.85 0 0.33
HSL 280.97º 0.74% 0.39% -
HSV(B) 280.97º 0.85% 0.67% -
XYZ 16.18 8.04 39.23 -
YUV 72.13 183.8 165.71 -
System Red Green Blue C M Y K H S L
Decimal 125 26 171 0.27 0.85 0 0.33 280.97 0.74 0.39
Hex 7D 1A AB 1B 55 0 21 119 4A 27
Octal 175 32 253 33 125 0 41 431 112 47
Binary 1111101 11010 10101011 11011 1010101 0 100001 100011001 1001010 100111

Color Harmonies of #7D1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1AAB

Black with #7D1AAB

Text Example


Text Example

White with #7D1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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