Html Css Color HEX #7D219F Vivid Violet

📋 copy color: '#7D219F'

red 125 ◦ green 33 ◦ blue 159

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

Shades of Vivid Violet #7D219F

Tints of Vivid Violet #7D219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

 BLUE value IS 159 (62.5% from 255) = 50.16%

R = 39.43%
G = 10.41%
B = 50.16%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D219F (or 0x7D219F) is known color: Vivid Violet. HEX triplet: 7D, 21 and 9F. RGB value is (125,33,159). Sum of RGB (Red+Green+Blue) = 125+33+159=317 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.43% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D219F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D219F is #82DE60. Grayscale: #4A4A4A. Windows color (decimal): -8576609 or 10428797. OLE color: 10428797.

HSL color Cylindrical-coordinate representation of color #7D219F: hue angle of 283.81º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D219F is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 33 159 -
CMYK 0.21 0.79 0 0.38
HSL 283.81º 0.66% 0.38% -
HSV(B) 283.81º 0.79% 0.62% -
XYZ 15.26 7.95 33.53 -
YUV 74.87 175.48 163.75 -
System Red Green Blue C M Y K H S L
Decimal 125 33 159 0.21 0.79 0 0.38 283.81 0.66 0.38
Hex 7D 21 9F 15 4F 0 26 11C 42 26
Octal 175 41 237 25 117 0 46 434 102 46
Binary 1111101 100001 10011111 10101 1001111 0 100110 100011100 1000010 100110

Color Harmonies of #7D219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D219F

Black with #7D219F

Text Example


Text Example

White with #7D219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,33,159); }

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

background-color css

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

 a { background-color: rgb(125,33,159); }

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

border-color css

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

 span { border-color: rgb(125,33,159); }

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