#742884

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

Shades of Vivid Violet #742884

Tints of Vivid Violet #742884

Color information

#742884 (or 0x742884) is unknown color: approx Vivid Violet. HEX triplet: 74, 28 and 84. RGB value is (116,40,132). Sum of RGB (Red+Green+Blue) = 116+40+132=288 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.28% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #742884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742884 is #8BD77B. Grayscale: #484848. Windows color (decimal): -9164668 or 8661108. OLE color: 8661108.

HSL color Cylindrical-coordinate representation of color #742884: hue angle of 289.57º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742884 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11640132-
CMYK0.120.7000.48
HSL289.57º53.49%33.73%-
HSV(B)289.57º69.7%51.76%-
XYZ12.136.922.52-
YUV73.21161.18158.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.28%
GREEN value IS 40 (16.02% from 255) = 13.89%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=40.28%
G=13.89%
B=45.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116401320.120.7000.48289.5753.4933.73
Hex742884C460301223522
Octal16450204141060604426542
Binary111010010100010000100110010001100110000100100010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742884; }

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

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

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

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

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

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

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

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