Html Css Color HEX #7D1FAA Vivid Violet

📋 copy color: '#7D1FAA'

red 125 ◦ green 31 ◦ blue 170

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

Shades of Vivid Violet #7D1FAA

Tints of Vivid Violet #7D1FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.51%

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

R = 38.34%
G = 9.51%
B = 52.15%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D1FAA (or 0x7D1FAA) is known color: Vivid Violet. HEX triplet: 7D, 1F and AA. RGB value is (125,31,170). Sum of RGB (Red+Green+Blue) = 125+31+170=326 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.34% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D1FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1FAA is #82E055. Grayscale: #4A4A4A. Windows color (decimal): -8577110 or 11149181. OLE color: 11149181.

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

Color convert

RGB 125 31 170 -
CMYK 0.26 0.82 0 0.33
HSL 280.58º 0.69% 0.39% -
HSV(B) 280.58º 0.82% 0.67% -
XYZ 16.2 8.24 38.77 -
YUV 74.95 181.64 163.7 -
System Red Green Blue C M Y K H S L
Decimal 125 31 170 0.26 0.82 0 0.33 280.58 0.69 0.39
Hex 7D 1F AA 1A 52 0 21 119 45 27
Octal 175 37 252 32 122 0 41 431 105 47
Binary 1111101 11111 10101010 11010 1010010 0 100001 100011001 1000101 100111

Color Harmonies of #7D1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1FAA

Black with #7D1FAA

Text Example


Text Example

White with #7D1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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