Html Css Color HEX #7F428D Vivid Violet

📋 copy color: '#7F428D'

red 127 ◦ green 66 ◦ blue 141

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

Shades of Vivid Violet #7F428D

Tints of Vivid Violet #7F428D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 38.02%
G = 19.76%
B = 42.22%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F428D (or 0x7F428D) is known color: Vivid Violet. HEX triplet: 7F, 42 and 8D. RGB value is (127,66,141). Sum of RGB (Red+Green+Blue) = 127+66+141=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F428D is #80BD72. Grayscale: #5C5C5C. Windows color (decimal): -8437107 or 9257599. OLE color: 9257599.

HSL color Cylindrical-coordinate representation of color #7F428D: hue angle of 288.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F428D is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 66 141 -
CMYK 0.10 0.53 0 0.45
HSL 288.8º 0.36% 0.41% -
HSV(B) 288.8º 0.53% 0.55% -
XYZ 15.51 10.33 26.38 -
YUV 92.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 127 66 141 0.10 0.53 0 0.45 288.8 0.36 0.41
Hex 7F 42 8D A 35 0 2D 121 24 29
Octal 177 102 215 12 65 0 55 441 44 51
Binary 1111111 1000010 10001101 1010 110101 0 101101 100100001 100100 101001

Color Harmonies of #7F428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F428D

Black with #7F428D

Text Example


Text Example

White with #7F428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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