#7C198D

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

Shades of Vivid Violet #7C198D

Tints of Vivid Violet #7C198D

Color information

#7C198D (or 0x7C198D) is unknown color: approx Vivid Violet. HEX triplet: 7C, 19 and 8D. RGB value is (124,25,141). Sum of RGB (Red+Green+Blue) = 124+25+141=290 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.76% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C198D is #83E672. Grayscale: #434343. Windows color (decimal): -8644211 or 9247100. OLE color: 9247100.

HSL color Cylindrical-coordinate representation of color #7C198D: hue angle of 291.21º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C198D is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12425141-
CMYK0.120.8200.45
HSL291.21º69.88%32.55%-
HSV(B)291.21º82.27%55.29%-
XYZ13.476.925.82-
YUV67.82169.3168.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.76%
GREEN value IS 25 (10.16% from 255) = 8.62%
BLUE value IS 141 (55.47% from 255) = 48.62%
R=42.76%
G=8.62%
B=48.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124251410.120.8200.45291.2169.8832.55
Hex7C198DC5202D1234621
Octal174312151412205544310641
Binary111110011001100011011100101001001011011001000111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C198D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,25,141); }

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

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

 a { background-color: rgb(124,25,141); }

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

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

 span { border-color: rgb(124,25,141); }

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