Html Css Color HEX #7D219D Vivid Violet

📋 copy color: '#7D219D'

red 125 ◦ green 33 ◦ blue 157

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

Shades of Vivid Violet #7D219D

Tints of Vivid Violet #7D219D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 39.68%
G = 10.48%
B = 49.84%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D219D (or 0x7D219D) is known color: Vivid Violet. HEX triplet: 7D, 21 and 9D. RGB value is (125,33,157). Sum of RGB (Red+Green+Blue) = 125+33+157=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D219D is #82DE62. Grayscale: #4A4A4A. Windows color (decimal): -8576611 or 10297725. OLE color: 10297725.

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

Color convert

RGB 125 33 157 -
CMYK 0.20 0.79 0 0.38
HSL 284.52º 0.65% 0.37% -
HSV(B) 284.52º 0.79% 0.62% -
XYZ 15.09 7.88 32.62 -
YUV 74.64 174.48 163.92 -
System Red Green Blue C M Y K H S L
Decimal 125 33 157 0.20 0.79 0 0.38 284.52 0.65 0.37
Hex 7D 21 9D 14 4F 0 26 11D 41 25
Octal 175 41 235 24 117 0 46 435 101 45
Binary 1111101 100001 10011101 10100 1001111 0 100110 100011101 1000001 100101

Color Harmonies of #7D219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D219D

Black with #7D219D

Text Example


Text Example

White with #7D219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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