#743584

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

Shades of Vivid Violet #743584

Tints of Vivid Violet #743584

Color information

#743584 (or 0x743584) is unknown color: approx Vivid Violet. HEX triplet: 74, 35 and 84. RGB value is (116,53,132). Sum of RGB (Red+Green+Blue) = 116+53+132=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 132 - color contains mainly: blue. Hex color #743584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743584 is #8BCA7B. Grayscale: #505050. Windows color (decimal): -9161340 or 8664436. OLE color: 8664436.

HSL color Cylindrical-coordinate representation of color #743584: hue angle of 287.85º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #743584 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11653132-
CMYK0.120.6000.48
HSL287.85º42.7%36.27%-
HSV(B)287.85º59.85%51.76%-
XYZ12.647.9322.69-
YUV80.84156.87153.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=38.54%
G=17.61%
B=43.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116531320.120.6000.48287.8542.736.27
Hex743584C3C0301202b24
Octal1646520414740604405344
Binary11101001101011000010011001111000110000100100000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743584; }

 p { color: rgb(116,53,132); }

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

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

 a { background-color: rgb(116,53,132); }

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

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

 span { border-color: rgb(116,53,132); }

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