Html Css Color HEX #7F449D Vivid Violet

📋 copy color: '#7F449D'

red 127 ◦ green 68 ◦ blue 157

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

Shades of Vivid Violet #7F449D

Tints of Vivid Violet #7F449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.32%

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

R = 36.08%
G = 19.32%
B = 44.6%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F449D (or 0x7F449D) is known color: Vivid Violet. HEX triplet: 7F, 44 and 9D. RGB value is (127,68,157). Sum of RGB (Red+Green+Blue) = 127+68+157=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F449D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F449D is #80BB62. Grayscale: #5F5F5F. Windows color (decimal): -8436579 or 10306687. OLE color: 10306687.

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

Color convert

RGB 127 68 157 -
CMYK 0.19 0.57 0 0.38
HSL 279.78º 0.4% 0.44% -
HSV(B) 279.78º 0.57% 0.62% -
XYZ 16.91 11.08 33.15 -
YUV 95.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 127 68 157 0.19 0.57 0 0.38 279.78 0.4 0.44
Hex 7F 44 9D 13 39 0 26 118 28 2C
Octal 177 104 235 23 71 0 46 430 50 54
Binary 1111111 1000100 10011101 10011 111001 0 100110 100011000 101000 101100

Color Harmonies of #7F449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F449D

Black with #7F449D

Text Example


Text Example

White with #7F449D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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