Html Css Color HEX #7F468A Vivid Violet

📋 copy color: '#7F468A'

red 127 ◦ green 70 ◦ blue 138

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

Shades of Vivid Violet #7F468A

Tints of Vivid Violet #7F468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.9%

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

R = 37.91%
G = 20.9%
B = 41.19%

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

#7F468A (or 0x7F468A) is known color: Vivid Violet. HEX triplet: 7F, 46 and 8A. RGB value is (127,70,138). Sum of RGB (Red+Green+Blue) = 127+70+138=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F468A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F468A is #80B975. Grayscale: #5E5E5E. Windows color (decimal): -8436086 or 9062015. OLE color: 9062015.

HSL color Cylindrical-coordinate representation of color #7F468A: hue angle of 290.29º degrees, saturation: 0.33, 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 #7F468A is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 70 138 -
CMYK 0.08 0.49 0 0.46
HSL 290.29º 0.33% 0.41% -
HSV(B) 290.29º 0.49% 0.54% -
XYZ 15.53 10.73 25.3 -
YUV 94.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 127 70 138 0.08 0.49 0 0.46 290.29 0.33 0.41
Hex 7F 46 8A 8 31 0 2E 122 21 29
Octal 177 106 212 10 61 0 56 442 41 51
Binary 1111111 1000110 10001010 1000 110001 0 101110 100100010 100001 101001

Color Harmonies of #7F468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F468A

Black with #7F468A

Text Example


Text Example

White with #7F468A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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