#7F1D9C

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

Shades of Vivid Violet #7F1D9C

Tints of Vivid Violet #7F1D9C

Color information

#7F1D9C (or 0x7F1D9C) is unknown color: approx Vivid Violet. HEX triplet: 7F, 1D and 9C. RGB value is (127,29,156). Sum of RGB (Red+Green+Blue) = 127+29+156=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #7F1D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1D9C is #80E263. Grayscale: #484848. Windows color (decimal): -8446564 or 10231167. OLE color: 10231167.

HSL color Cylindrical-coordinate representation of color #7F1D9C: hue angle of 286.3º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F1D9C is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12729156-
CMYK0.190.8100.39
HSL286.3º68.65%36.27%-
HSV(B)286.3º81.41%61.18%-
XYZ15.197.7932.16-
YUV72.78174.97166.67-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.71%
GREEN value IS 29 (11.72% from 255) = 9.29%
BLUE value IS 156 (61.33% from 255) = 50%
R=40.71%
G=9.29%
B=50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127291560.190.8100.39286.368.6536.27
Hex7F1D9C135102711e4524
Octal177352342312104743610544
Binary1111111111011001110010011101000101001111000111101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,29,156); }

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

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

 a { background-color: rgb(127,29,156); }

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

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

 span { border-color: rgb(127,29,156); }

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