Html Css Color HEX #7F319B Vivid Violet

📋 copy color: '#7F319B'

red 127 ◦ green 49 ◦ blue 155

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

Shades of Vivid Violet #7F319B

Tints of Vivid Violet #7F319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.8%

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

R = 38.37%
G = 14.8%
B = 46.83%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F319B (or 0x7F319B) is known color: Vivid Violet. HEX triplet: 7F, 31 and 9B. RGB value is (127,49,155). Sum of RGB (Red+Green+Blue) = 127+49+155=331 (43% of max value = 765). Red value is 127 (50% from 255 or 38.37% from 331); Green value is 49 (19.53% from 255 or 14.80% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F319B is #80CE64. Grayscale: #545454. Windows color (decimal): -8441445 or 10170751. OLE color: 10170751.

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

Color convert

RGB 127 49 155 -
CMYK 0.18 0.68 0 0.39
HSL 284.15º 0.52% 0.4% -
HSV(B) 284.15º 0.68% 0.61% -
XYZ 15.77 9.08 31.93 -
YUV 84.41 167.84 158.38 -
System Red Green Blue C M Y K H S L
Decimal 127 49 155 0.18 0.68 0 0.39 284.15 0.52 0.4
Hex 7F 31 9B 12 44 0 27 11C 34 28
Octal 177 61 233 22 104 0 47 434 64 50
Binary 1111111 110001 10011011 10010 1000100 0 100111 100011100 110100 101000

Color Harmonies of #7F319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F319B

Black with #7F319B

Text Example


Text Example

White with #7F319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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