#742997

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

Shades of Vivid Violet #742997

Tints of Vivid Violet #742997

Color information

#742997 (or 0x742997) is unknown color: approx Vivid Violet. HEX triplet: 74, 29 and 97. RGB value is (116,41,151). Sum of RGB (Red+Green+Blue) = 116+41+151=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #742997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742997 is #8BD668. Grayscale: #4B4B4B. Windows color (decimal): -9164393 or 9906548. OLE color: 9906548.

HSL color Cylindrical-coordinate representation of color #742997: hue angle of 280.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742997 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11641151-
CMYK0.230.7300.41
HSL280.91º57.29%37.65%-
HSV(B)280.91º72.85%59.22%-
XYZ13.587.5330.02-
YUV75.96170.35156.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.66%
GREEN value IS 41 (16.41% from 255) = 13.31%
BLUE value IS 151 (59.38% from 255) = 49.03%
R=37.66%
G=13.31%
B=49.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116411510.230.7300.41280.9157.2937.65
Hex74299717490291193926
Octal16451227271110514317146
Binary1110100101001100101111011110010010101001100011001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742997; }

 p { color: rgb(116,41,151); }

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

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

 a { background-color: rgb(116,41,151); }

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

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

 span { border-color: rgb(116,41,151); }

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