Html Css Color HEX #7F419E Vivid Violet

📋 copy color: '#7F419E'

red 127 ◦ green 65 ◦ blue 158

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

Shades of Vivid Violet #7F419E

Tints of Vivid Violet #7F419E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.57%

 BLUE value IS 158 (62.11% from 255) = 45.14%

R = 36.29%
G = 18.57%
B = 45.14%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F419E (or 0x7F419E) is known color: Vivid Violet. HEX triplet: 7F, 41 and 9E. RGB value is (127,65,158). Sum of RGB (Red+Green+Blue) = 127+65+158=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 158 (62.11% from 255 or 45.14% from 350); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F419E is #80BE61. Grayscale: #5D5D5D. Windows color (decimal): -8437346 or 10371455. OLE color: 10371455.

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

Color convert

RGB 127 65 158 -
CMYK 0.20 0.59 0 0.38
HSL 280º 0.42% 0.44% -
HSV(B) 280º 0.59% 0.62% -
XYZ 16.81 10.76 33.54 -
YUV 94.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 127 65 158 0.20 0.59 0 0.38 280 0.42 0.44
Hex 7F 41 9E 14 3B 0 26 118 2A 2C
Octal 177 101 236 24 73 0 46 430 52 54
Binary 1111111 1000001 10011110 10100 111011 0 100110 100011000 101010 101100

Color Harmonies of #7F419E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F419E

Black with #7F419E

Text Example


Text Example

White with #7F419E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,65,158); }

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

background-color css

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

 a { background-color: rgb(127,65,158); }

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

border-color css

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

 span { border-color: rgb(127,65,158); }

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