#7A438F

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

Shades of Vivid Violet #7A438F

Tints of Vivid Violet #7A438F

Color information

#7A438F (or 0x7A438F) is unknown color: approx Vivid Violet. HEX triplet: 7A, 43 and 8F. RGB value is (122,67,143). Sum of RGB (Red+Green+Blue) = 122+67+143=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 67 (26.56% from 255 or 20.18% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A438F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A438F is #85BC70. Grayscale: #5B5B5B. Windows color (decimal): -8764529 or 9388922. OLE color: 9388922.

HSL color Cylindrical-coordinate representation of color #7A438F: hue angle of 283.42º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A438F is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12267143-
CMYK0.150.5300.44
HSL283.42º36.19%41.18%-
HSV(B)283.42º53.15%56.08%-
XYZ14.9910.1427.15-
YUV92.11156.72149.32-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 67 (26.56% from 255) = 20.18%
BLUE value IS 143 (56.25% from 255) = 43.07%
R=36.75%
G=20.18%
B=43.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122671430.150.5300.44283.4236.1941.18
Hex7A438FF3502C11b2429
Octal17210321717650544334451
Binary111101010000111000111111111101010101100100011011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A438F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,67,143); }

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

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

 a { background-color: rgb(122,67,143); }

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

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

 span { border-color: rgb(122,67,143); }

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