#7A369F

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

Shades of Vivid Violet #7A369F

Tints of Vivid Violet #7A369F

Color information

#7A369F (or 0x7A369F) is unknown color: approx Vivid Violet. HEX triplet: 7A, 36 and 9F. RGB value is (122,54,159). Sum of RGB (Red+Green+Blue) = 122+54+159=335 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.42% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A369F is #85C960. Grayscale: #555555. Windows color (decimal): -8767841 or 10434170. OLE color: 10434170.

HSL color Cylindrical-coordinate representation of color #7A369F: hue angle of 278.86º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A369F is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12254159-
CMYK0.230.6600.38
HSL278.86º49.3%41.76%-
HSV(B)278.86º66.04%62.35%-
XYZ15.69.2833.77-
YUV86.3169.03153.46-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.42%
GREEN value IS 54 (21.48% from 255) = 16.12%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=36.42%
G=16.12%
B=47.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122541590.230.6600.38278.8649.341.76
Hex7A369F1742026117312a
Octal17266237271020464276152
Binary1111010110110100111111011110000100100110100010111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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