#7F3A90

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

Shades of Vivid Violet #7F3A90

Tints of Vivid Violet #7F3A90

Color information

#7F3A90 (or 0x7F3A90) is unknown color: approx Vivid Violet. HEX triplet: 7F, 3A and 90. RGB value is (127,58,144). Sum of RGB (Red+Green+Blue) = 127+58+144=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #7F3A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F3A90 is #80C56F. Grayscale: #585858. Windows color (decimal): -8439152 or 9452159. OLE color: 9452159.

HSL color Cylindrical-coordinate representation of color #7F3A90: hue angle of 288.14º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F3A90 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12758144-
CMYK0.120.6000.44
HSL288.14º42.57%39.61%-
HSV(B)288.14º59.72%56.47%-
XYZ15.39.5527.42-
YUV88.44159.36155.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.60%
GREEN value IS 58 (23.05% from 255) = 17.63%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=38.60%
G=17.63%
B=43.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal127581440.120.6000.44288.1442.5739.61
Hex7F3A90C3C02C1202b28
Octal1777222014740544405350
Binary11111111110101001000011001111000101100100100000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,58,144); }

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

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

 a { background-color: rgb(127,58,144); }

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

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

 span { border-color: rgb(127,58,144); }

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