Html Css Color HEX #7F429D Vivid Violet

📋 copy color: '#7F429D'

red 127 ◦ green 66 ◦ blue 157

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

Shades of Vivid Violet #7F429D

Tints of Vivid Violet #7F429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

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

R = 36.29%
G = 18.86%
B = 44.86%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F429D (or 0x7F429D) is known color: Vivid Violet. HEX triplet: 7F, 42 and 9D. RGB value is (127,66,157). Sum of RGB (Red+Green+Blue) = 127+66+157=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F429D is #80BD62. Grayscale: #5E5E5E. Windows color (decimal): -8437091 or 10306175. OLE color: 10306175.

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

Color convert

RGB 127 66 157 -
CMYK 0.19 0.58 0 0.38
HSL 280.22º 0.41% 0.44% -
HSV(B) 280.22º 0.58% 0.62% -
XYZ 16.79 10.84 33.11 -
YUV 94.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 127 66 157 0.19 0.58 0 0.38 280.22 0.41 0.44
Hex 7F 42 9D 13 3A 0 26 118 29 2C
Octal 177 102 235 23 72 0 46 430 51 54
Binary 1111111 1000010 10011101 10011 111010 0 100110 100011000 101001 101100

Color Harmonies of #7F429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F429D

Black with #7F429D

Text Example


Text Example

White with #7F429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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