Html Css Color HEX #7F219B Vivid Violet

📋 copy color: '#7F219B'

red 127 ◦ green 33 ◦ blue 155

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

Shades of Vivid Violet #7F219B

Tints of Vivid Violet #7F219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 40.32%
G = 10.48%
B = 49.21%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F219B (or 0x7F219B) is known color: Vivid Violet. HEX triplet: 7F, 21 and 9B. RGB value is (127,33,155). Sum of RGB (Red+Green+Blue) = 127+33+155=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F219B is #80DE64. Grayscale: #4A4A4A. Windows color (decimal): -8445541 or 10166655. OLE color: 10166655.

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

Color convert

RGB 127 33 155 -
CMYK 0.18 0.79 0 0.39
HSL 286.23º 0.65% 0.37% -
HSV(B) 286.23º 0.79% 0.61% -
XYZ 15.21 7.97 31.75 -
YUV 75.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 127 33 155 0.18 0.79 0 0.39 286.23 0.65 0.37
Hex 7F 21 9B 12 4F 0 27 11E 41 25
Octal 177 41 233 22 117 0 47 436 101 45
Binary 1111111 100001 10011011 10010 1001111 0 100111 100011110 1000001 100101

Color Harmonies of #7F219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F219B

Black with #7F219B

Text Example


Text Example

White with #7F219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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