Html Css Color HEX #7D1FAD Vivid Violet

📋 copy color: '#7D1FAD'

red 125 ◦ green 31 ◦ blue 173

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

Shades of Vivid Violet #7D1FAD

Tints of Vivid Violet #7D1FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 52.58%

R = 37.99%
G = 9.42%
B = 52.58%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D1FAD (or 0x7D1FAD) is known color: Vivid Violet. HEX triplet: 7D, 1F and AD. RGB value is (125,31,173). Sum of RGB (Red+Green+Blue) = 125+31+173=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D1FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1FAD is #82E052. Grayscale: #4A4A4A. Windows color (decimal): -8577107 or 11345789. OLE color: 11345789.

HSL color Cylindrical-coordinate representation of color #7D1FAD: hue angle of 279.72º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D1FAD is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 31 173 -
CMYK 0.28 0.82 0 0.32
HSL 279.72º 0.7% 0.4% -
HSV(B) 279.72º 0.82% 0.68% -
XYZ 16.49 8.36 40.28 -
YUV 75.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 125 31 173 0.28 0.82 0 0.32 279.72 0.7 0.4
Hex 7D 1F AD 1C 52 0 20 118 46 28
Octal 175 37 255 34 122 0 40 430 106 50
Binary 1111101 11111 10101101 11100 1010010 0 100000 100011000 1000110 101000

Color Harmonies of #7D1FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1FAD

Black with #7D1FAD

Text Example


Text Example

White with #7D1FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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