#7F3787

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

Shades of Vivid Violet #7F3787

Tints of Vivid Violet #7F3787

Color information

#7F3787 (or 0x7F3787) is unknown color: approx Vivid Violet. HEX triplet: 7F, 37 and 87. RGB value is (127,55,135). Sum of RGB (Red+Green+Blue) = 127+55+135=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F3787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3787 is #80C878. Grayscale: #555555. Windows color (decimal): -8439929 or 8861567. OLE color: 8861567.

HSL color Cylindrical-coordinate representation of color #7F3787: hue angle of 294º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F3787 is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12755135-
CMYK0.060.5900.47
HSL294º42.11%37.25%-
HSV(B)294º59.26%52.94%-
XYZ14.498.9923.89-
YUV85.65155.85157.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.06%
GREEN value IS 55 (21.88% from 255) = 17.35%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=40.06%
G=17.35%
B=42.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal127551350.060.5900.4729442.1137.25
Hex7F378763B02F1262a25
Octal177672076730574465245
Binary1111111110111100001111101110110101111100100110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,55,135); }

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

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

 a { background-color: rgb(127,55,135); }

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

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

 span { border-color: rgb(127,55,135); }

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