#7A368E

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

Shades of Vivid Violet #7A368E

Tints of Vivid Violet #7A368E

Color information

#7A368E (or 0x7A368E) is unknown color: approx Vivid Violet. HEX triplet: 7A, 36 and 8E. RGB value is (122,54,142). Sum of RGB (Red+Green+Blue) = 122+54+142=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A368E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A368E is #85C971. Grayscale: #545454. Windows color (decimal): -8767858 or 9320058. OLE color: 9320058.

HSL color Cylindrical-coordinate representation of color #7A368E: hue angle of 286.36º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A368E is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12254142-
CMYK0.140.6200.44
HSL286.36º44.9%38.43%-
HSV(B)286.36º61.97%55.69%-
XYZ14.238.7326.53-
YUV84.36160.53154.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.36%
GREEN value IS 54 (21.48% from 255) = 16.98%
BLUE value IS 142 (55.86% from 255) = 44.65%
R=38.36%
G=16.98%
B=44.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122541420.140.6200.44286.3644.938.43
Hex7A368EE3E02C11e2d26
Octal1726621616760544365546
Binary11110101101101000111011101111100101100100011110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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