#7A368A

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

Shades of Vivid Violet #7A368A

Tints of Vivid Violet #7A368A

Color information

#7A368A (or 0x7A368A) is unknown color: approx Vivid Violet. HEX triplet: 7A, 36 and 8A. RGB value is (122,54,138). Sum of RGB (Red+Green+Blue) = 122+54+138=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A368A is #85C975. Grayscale: #535353. Windows color (decimal): -8767862 or 9057914. OLE color: 9057914.

HSL color Cylindrical-coordinate representation of color #7A368A: hue angle of 288.57º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A368A is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12254138-
CMYK0.120.6100.46
HSL288.57º43.75%37.65%-
HSV(B)288.57º60.87%54.12%-
XYZ13.938.6124.97-
YUV83.91158.53155.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 138 (54.30% from 255) = 43.95%
R=38.85%
G=17.20%
B=43.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122541380.120.6100.46288.5743.7537.65
Hex7A368AC3D02E1212c26
Octal1726621214750564415446
Binary11110101101101000101011001111010101110100100001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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