#7D2192

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

Shades of Vivid Violet #7D2192

Tints of Vivid Violet #7D2192

Color information

#7D2192 (or 0x7D2192) is unknown color: approx Vivid Violet. HEX triplet: 7D, 21 and 92. RGB value is (125,33,146). Sum of RGB (Red+Green+Blue) = 125+33+146=304 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.12% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D2192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D2192 is #82DE6D. Grayscale: #494949. Windows color (decimal): -8576622 or 9576829. OLE color: 9576829.

HSL color Cylindrical-coordinate representation of color #7D2192: hue angle of 288.85º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D2192 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12533146-
CMYK0.140.7700.43
HSL288.85º63.13%35.1%-
HSV(B)288.85º77.4%57.25%-
XYZ14.197.5227.9-
YUV73.39168.98164.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 41.12%
GREEN value IS 33 (13.28% from 255) = 10.86%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=41.12%
G=10.86%
B=48.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal125331460.140.7700.43288.8563.1335.1
Hex7D2192E4D02B1213f23
Octal17541222161150534417743
Binary111110110000110010010111010011010101011100100001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,33,146); }

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

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

 a { background-color: rgb(125,33,146); }

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

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

 span { border-color: rgb(125,33,146); }

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