#742499

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

Shades of Vivid Violet #742499

Tints of Vivid Violet #742499

Color information

#742499 (or 0x742499) is unknown color: approx Vivid Violet. HEX triplet: 74, 24 and 99. RGB value is (116,36,153). Sum of RGB (Red+Green+Blue) = 116+36+153=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #742499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742499 is #8BDB66. Grayscale: #484848. Windows color (decimal): -9165671 or 10036340. OLE color: 10036340.

HSL color Cylindrical-coordinate representation of color #742499: hue angle of 281.03º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #742499 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11636153-
CMYK0.240.7600.4
HSL281.03º61.9%37.06%-
HSV(B)281.03º76.47%60%-
XYZ13.587.2730.83-
YUV73.26173158.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=38.03%
G=11.80%
B=50.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116361530.240.7600.4281.0361.937.06
Hex742499184C0281193e25
Octal16444231301140504317645
Binary1110100100100100110011100010011000101000100011001111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742499; }

 p { color: rgb(116,36,153); }

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

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

 a { background-color: rgb(116,36,153); }

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

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

 span { border-color: rgb(116,36,153); }

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