#742287

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

Shades of Vivid Violet #742287

Tints of Vivid Violet #742287

Color information

#742287 (or 0x742287) is unknown color: approx Vivid Violet. HEX triplet: 74, 22 and 87. RGB value is (116,34,135). Sum of RGB (Red+Green+Blue) = 116+34+135=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 135 - color contains mainly: blue. Hex color #742287 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742287 is #8BDD78. Grayscale: #454545. Windows color (decimal): -9166201 or 8856180. OLE color: 8856180.

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

Color convert

RGB11634135-
CMYK0.140.7500.47
HSL288.71º59.76%33.14%-
HSV(B)288.71º74.81%52.94%-
XYZ12.156.6123.56-
YUV70.03164.67160.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 34 (13.67% from 255) = 11.93%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=40.70%
G=11.93%
B=47.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116341350.140.7500.47288.7159.7633.14
Hex742287E4B02F1213c21
Octal16442207161130574417441
Binary111010010001010000111111010010110101111100100001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742287; }

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

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

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

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

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

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

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

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