#7A369B

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

Shades of Vivid Violet #7A369B

Tints of Vivid Violet #7A369B

Color information

#7A369B (or 0x7A369B) is unknown color: approx Vivid Violet. HEX triplet: 7A, 36 and 9B. RGB value is (122,54,155). Sum of RGB (Red+Green+Blue) = 122+54+155=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A369B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A369B is #85C964. Grayscale: #555555. Windows color (decimal): -8767845 or 10172026. OLE color: 10172026.

HSL color Cylindrical-coordinate representation of color #7A369B: hue angle of 280.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A369B is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12254155-
CMYK0.210.6500.39
HSL280.4º48.33%40.98%-
HSV(B)280.4º65.16%60.78%-
XYZ15.269.1431.97-
YUV85.85167.03153.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.86%
GREEN value IS 54 (21.48% from 255) = 16.31%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=36.86%
G=16.31%
B=46.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal122541550.210.6500.39280.448.3340.98
Hex7A369B15410271183029
Octal17266233251010474306051
Binary1111010110110100110111010110000010100111100011000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,54,155); }

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

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

 a { background-color: rgb(122,54,155); }

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

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

 span { border-color: rgb(122,54,155); }

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