#7C2188

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

Shades of Vivid Violet #7C2188

Tints of Vivid Violet #7C2188

Color information

#7C2188 (or 0x7C2188) is unknown color: approx Vivid Violet. HEX triplet: 7C, 21 and 88. RGB value is (124,33,136). Sum of RGB (Red+Green+Blue) = 124+33+136=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #7C2188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2188 is #83DE77. Grayscale: #474747. Windows color (decimal): -8642168 or 8921468. OLE color: 8921468.

HSL color Cylindrical-coordinate representation of color #7C2188: hue angle of 293.01º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C2188 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12433136-
CMYK0.090.7600.47
HSL293.01º60.95%33.14%-
HSV(B)293.01º75.74%53.33%-
XYZ13.37.1523.97-
YUV71.95164.15165.12-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.32%
GREEN value IS 33 (13.28% from 255) = 11.26%
BLUE value IS 136 (53.52% from 255) = 46.42%
R=42.32%
G=11.26%
B=46.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124331360.090.7600.47293.0160.9533.14
Hex7C218894C02F1253d21
Octal17441210111140574457541
Binary111110010000110001000100110011000101111100100101111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,33,136); }

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

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

 a { background-color: rgb(124,33,136); }

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

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

 span { border-color: rgb(124,33,136); }

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