#742797

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

Shades of Vivid Violet #742797

Tints of Vivid Violet #742797

Color information

#742797 (or 0x742797) is unknown color: approx Vivid Violet. HEX triplet: 74, 27 and 97. RGB value is (116,39,151). Sum of RGB (Red+Green+Blue) = 116+39+151=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #742797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742797 is #8BD868. Grayscale: #4A4A4A. Windows color (decimal): -9164905 or 9906036. OLE color: 9906036.

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

Color convert

RGB11639151-
CMYK0.230.7400.41
HSL281.25º58.95%37.25%-
HSV(B)281.25º74.17%59.22%-
XYZ13.517.429.99-
YUV74.79171.01157.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 39 (15.62% from 255) = 12.75%
BLUE value IS 151 (59.38% from 255) = 49.35%
R=37.91%
G=12.75%
B=49.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116391510.230.7400.41281.2558.9537.25
Hex742797174A0291193b25
Octal16447227271120514317345
Binary1110100100111100101111011110010100101001100011001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742797; }

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

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

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

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

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

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

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

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