#7F278F

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

Shades of Vivid Violet #7F278F

Tints of Vivid Violet #7F278F

Color information

#7F278F (or 0x7F278F) is unknown color: approx Vivid Violet. HEX triplet: 7F, 27 and 8F. RGB value is (127,39,143). Sum of RGB (Red+Green+Blue) = 127+39+143=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #7F278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F278F is #80D870. Grayscale: #4C4C4C. Windows color (decimal): -8444017 or 9381759. OLE color: 9381759.

HSL color Cylindrical-coordinate representation of color #7F278F: hue angle of 290.77º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F278F is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12739143-
CMYK0.110.7300.44
HSL290.77º57.14%35.69%-
HSV(B)290.77º72.73%56.08%-
XYZ14.447.9526.76-
YUV77.17165.15163.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.10%
GREEN value IS 39 (15.62% from 255) = 12.62%
BLUE value IS 143 (56.25% from 255) = 46.28%
R=41.10%
G=12.62%
B=46.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127391430.110.7300.44290.7757.1435.69
Hex7F278FB4902C1233924
Octal17747217131110544437144
Binary111111110011110001111101110010010101100100100011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,39,143); }

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

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

 a { background-color: rgb(127,39,143); }

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

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

 span { border-color: rgb(127,39,143); }

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