Html Css Color HEX #7F4499 Vivid Violet

📋 copy color: '#7F4499'

red 127 ◦ green 68 ◦ blue 153

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

Shades of Vivid Violet #7F4499

Tints of Vivid Violet #7F4499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 36.49%
G = 19.54%
B = 43.97%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7F4499 (or 0x7F4499) is known color: Vivid Violet. HEX triplet: 7F, 44 and 99. RGB value is (127,68,153). Sum of RGB (Red+Green+Blue) = 127+68+153=348 (46% of max value = 765). Red value is 127 (50% from 255 or 36.49% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F4499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4499 is #80BB66. Grayscale: #5F5F5F. Windows color (decimal): -8436583 or 10044543. OLE color: 10044543.

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

Color convert

RGB 127 68 153 -
CMYK 0.17 0.56 0 0.4
HSL 281.65º 0.38% 0.43% -
HSV(B) 281.65º 0.56% 0.6% -
XYZ 16.57 10.95 31.38 -
YUV 95.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 127 68 153 0.17 0.56 0 0.4 281.65 0.38 0.43
Hex 7F 44 99 11 38 0 28 11A 26 2B
Octal 177 104 231 21 70 0 50 432 46 53
Binary 1111111 1000100 10011001 10001 111000 0 101000 100011010 100110 101011

Color Harmonies of #7F4499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4499

Black with #7F4499

Text Example


Text Example

White with #7F4499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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