#743097

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

Shades of Vivid Violet #743097

Tints of Vivid Violet #743097

Color information

#743097 (or 0x743097) is unknown color: approx Vivid Violet. HEX triplet: 74, 30 and 97. RGB value is (116,48,151). Sum of RGB (Red+Green+Blue) = 116+48+151=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #743097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743097 is #8BCF68. Grayscale: #4F4F4F. Windows color (decimal): -9162601 or 9908340. OLE color: 9908340.

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

Color convert

RGB11648151-
CMYK0.230.6800.41
HSL279.61º51.76%39.02%-
HSV(B)279.61º68.21%59.22%-
XYZ13.858.0630.1-
YUV80.07168.03153.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=36.83%
G=15.24%
B=47.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116481510.230.6800.41279.6151.7639.02
Hex74309717440291183427
Octal16460227271040514306447
Binary1110100110000100101111011110001000101001100011000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743097; }

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

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

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

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

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

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

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

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