#743287

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

Shades of Vivid Violet #743287

Tints of Vivid Violet #743287

Color information

#743287 (or 0x743287) is unknown color: approx Vivid Violet. HEX triplet: 74, 32 and 87. RGB value is (116,50,135). Sum of RGB (Red+Green+Blue) = 116+50+135=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #743287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743287 is #8BCD78. Grayscale: #4F4F4F. Windows color (decimal): -9162105 or 8860276. OLE color: 8860276.

HSL color Cylindrical-coordinate representation of color #743287: hue angle of 286.59º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #743287 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11650135-
CMYK0.140.6300.47
HSL286.59º45.95%36.27%-
HSV(B)286.59º62.96%52.94%-
XYZ12.727.7423.75-
YUV79.42159.37154.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 50 (19.92% from 255) = 16.61%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=38.54%
G=16.61%
B=44.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116501350.140.6300.47286.5945.9536.27
Hex743287E3F02F11f2e24
Octal1646220716770574375644
Binary11101001100101000011111101111110101111100011111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743287; }

 p { color: rgb(116,50,135); }

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

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

 a { background-color: rgb(116,50,135); }

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

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

 span { border-color: rgb(116,50,135); }

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