Html Css Color HEX #7F219D Vivid Violet

📋 copy color: '#7F219D'

red 127 ◦ green 33 ◦ blue 157

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

Shades of Vivid Violet #7F219D

Tints of Vivid Violet #7F219D

RGB

 RED value IS 127 (50% from 255) = 40.06%

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

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

R = 40.06%
G = 10.41%
B = 49.53%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F219D (or 0x7F219D) is known color: Vivid Violet. HEX triplet: 7F, 21 and 9D. RGB value is (127,33,157). Sum of RGB (Red+Green+Blue) = 127+33+157=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F219D is #80DE62. Grayscale: #4A4A4A. Windows color (decimal): -8445539 or 10297727. OLE color: 10297727.

HSL color Cylindrical-coordinate representation of color #7F219D: hue angle of 285.48º 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 #7F219D is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 33 157 -
CMYK 0.19 0.79 0 0.38
HSL 285.48º 0.65% 0.37% -
HSV(B) 285.48º 0.79% 0.62% -
XYZ 15.38 8.03 32.64 -
YUV 75.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 127 33 157 0.19 0.79 0 0.38 285.48 0.65 0.37
Hex 7F 21 9D 13 4F 0 26 11D 41 25
Octal 177 41 235 23 117 0 46 435 101 45
Binary 1111111 100001 10011101 10011 1001111 0 100110 100011101 1000001 100101

Color Harmonies of #7F219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F219D

Black with #7F219D

Text Example


Text Example

White with #7F219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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