#7A3188

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

Shades of Vivid Violet #7A3188

Tints of Vivid Violet #7A3188

Color information

#7A3188 (or 0x7A3188) is unknown color: approx Vivid Violet. HEX triplet: 7A, 31 and 88. RGB value is (122,49,136). Sum of RGB (Red+Green+Blue) = 122+49+136=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A3188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A3188 is #85CE77. Grayscale: #505050. Windows color (decimal): -8769144 or 8925562. OLE color: 8925562.

HSL color Cylindrical-coordinate representation of color #7A3188: hue angle of 290.34º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A3188 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12249136-
CMYK0.100.6400.47
HSL290.34º47.03%36.27%-
HSV(B)290.34º63.97%53.33%-
XYZ13.578.1124.14-
YUV80.74159.18157.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.74%
GREEN value IS 49 (19.53% from 255) = 15.96%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=39.74%
G=15.96%
B=44.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122491360.100.6400.47290.3447.0336.27
Hex7A3188A4002F1222f24
Octal17261210121000574425744
Binary111101011000110001000101010000000101111100100010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,49,136); }

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

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

 a { background-color: rgb(122,49,136); }

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

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

 span { border-color: rgb(122,49,136); }

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