#7D1F93

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

Shades of Vivid Violet #7D1F93

Tints of Vivid Violet #7D1F93

Color information

#7D1F93 (or 0x7D1F93) is unknown color: approx Vivid Violet. HEX triplet: 7D, 1F and 93. RGB value is (125,31,147). Sum of RGB (Red+Green+Blue) = 125+31+147=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D1F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1F93 is #82E06C. Grayscale: #474747. Windows color (decimal): -8577133 or 9641853. OLE color: 9641853.

HSL color Cylindrical-coordinate representation of color #7D1F93: hue angle of 288.62º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D1F93 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12531147-
CMYK0.150.7900.42
HSL288.62º65.17%34.9%-
HSV(B)288.62º78.91%57.65%-
XYZ14.217.4528.29-
YUV72.33170.14165.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.25%
GREEN value IS 31 (12.5% from 255) = 10.23%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=41.25%
G=10.23%
B=48.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal125311470.150.7900.42288.6265.1734.9
Hex7D1F93F4F02A1214123
Octal175372231711705244110143
Binary111110111111100100111111100111101010101001000011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,31,147); }

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

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

 a { background-color: rgb(125,31,147); }

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

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

 span { border-color: rgb(125,31,147); }

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