Html Css Color HEX #7F478A Vivid Violet

📋 copy color: '#7F478A'

red 127 ◦ green 71 ◦ blue 138

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

Shades of Vivid Violet #7F478A

Tints of Vivid Violet #7F478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.13%

 BLUE value IS 138 (54.3% from 255) = 41.07%

R = 37.8%
G = 21.13%
B = 41.07%

CMYK

 C value IS 0.08

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F478A (or 0x7F478A) is known color: Vivid Violet. HEX triplet: 7F, 47 and 8A. RGB value is (127,71,138). Sum of RGB (Red+Green+Blue) = 127+71+138=336 (44% of max value = 765). Red value is 127 (50% from 255 or 37.80% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F478A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F478A is #80B875. Grayscale: #5F5F5F. Windows color (decimal): -8435830 or 9062271. OLE color: 9062271.

HSL color Cylindrical-coordinate representation of color #7F478A: hue angle of 290.15º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F478A is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 71 138 -
CMYK 0.08 0.49 0 0.46
HSL 290.15º 0.32% 0.41% -
HSV(B) 290.15º 0.49% 0.54% -
XYZ 15.59 10.85 25.32 -
YUV 95.38 152.05 150.55 -
System Red Green Blue C M Y K H S L
Decimal 127 71 138 0.08 0.49 0 0.46 290.15 0.32 0.41
Hex 7F 47 8A 8 31 0 2E 122 20 29
Octal 177 107 212 10 61 0 56 442 40 51
Binary 1111111 1000111 10001010 1000 110001 0 101110 100100010 100000 101001

Color Harmonies of #7F478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F478A

Black with #7F478A

Text Example


Text Example

White with #7F478A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,71,138); }

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

background-color css

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

 a { background-color: rgb(127,71,138); }

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

border-color css

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

 span { border-color: rgb(127,71,138); }

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