#7F3F9A

Color #7F3F9A Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #7F3F9A

Tints of Vivid Violet #7F3F9A

Color information

#7F3F9A (or 0x7F3F9A) is unknown color: approx Vivid Violet. HEX triplet: 7F, 3F and 9A. RGB value is (127,63,154). Sum of RGB (Red+Green+Blue) = 127+63+154=344 (45% of max value = 765). Red value is 127 (50% from 255 or 36.92% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 154 (60.55% from 255 or 44.77% from 344); Max value from RGB is 154 - color contains mainly: blue. Hex color #7F3F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3F9A is #80C065. Grayscale: #5C5C5C. Windows color (decimal): -8437862 or 10108799. OLE color: 10108799.

HSL color Cylindrical-coordinate representation of color #7F3F9A: hue angle of 282.2º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F3F9A is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12763154-
CMYK0.180.5900.40
HSL282.2º41.94%42.55%-
HSV(B)282.2º59.09%60.39%-
XYZ16.3610.431.72-
YUV92.51162.7152.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.92%
GREEN value IS 63 (25% from 255) = 18.31%
BLUE value IS 154 (60.55% from 255) = 44.77%
R=36.92%
G=18.31%
B=44.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal127631540.180.5900.40282.241.9442.55
Hex7F3F9A123B02811a2a2b
Octal1777723222730504325253
Binary111111111111110011010100101110110101000100011010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,63,154); }

 H1.HeaderClassName
 {
   color: #7F3F9A;
 }
 .AnyTagClassName
 {
   color: #7F3F9A;
 }
</style>
background-color css

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

 a { background-color: rgb(127,63,154); }

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

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

 span { border-color: rgb(127,63,154); }

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