Html Css Color HEX #7F429A Vivid Violet

📋 copy color: '#7F429A'

red 127 ◦ green 66 ◦ blue 154

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

Shades of Vivid Violet #7F429A

Tints of Vivid Violet #7F429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.38%

R = 36.6%
G = 19.02%
B = 44.38%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7F429A (or 0x7F429A) is known color: Vivid Violet. HEX triplet: 7F, 42 and 9A. RGB value is (127,66,154). Sum of RGB (Red+Green+Blue) = 127+66+154=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 66 (26.17% from 255 or 19.02% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #7F429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F429A is #80BD65. Grayscale: #5D5D5D. Windows color (decimal): -8437094 or 10109567. OLE color: 10109567.

HSL color Cylindrical-coordinate representation of color #7F429A: hue angle of 281.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F429A is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 127 66 154 -
CMYK 0.18 0.57 0 0.40
HSL 281.59º 0.4% 0.43% -
HSV(B) 281.59º 0.57% 0.6% -
XYZ 16.53 10.74 31.77 -
YUV 94.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 127 66 154 0.18 0.57 0 0.40 281.59 0.4 0.43
Hex 7F 42 9A 12 39 0 28 11A 28 2B
Octal 177 102 232 22 71 0 50 432 50 53
Binary 1111111 1000010 10011010 10010 111001 0 101000 100011010 101000 101011

Color Harmonies of #7F429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F429A

Black with #7F429A

Text Example


Text Example

White with #7F429A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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