#754091

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

Shades of Vivid Violet #754091

Tints of Vivid Violet #754091

Color information

#754091 (or 0x754091) is unknown color: approx Vivid Violet. HEX triplet: 75, 40 and 91. RGB value is (117,64,145). Sum of RGB (Red+Green+Blue) = 117+64+145=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #754091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754091 is #8ABF6E. Grayscale: #585858. Windows color (decimal): -9092975 or 9519221. OLE color: 9519221.

HSL color Cylindrical-coordinate representation of color #754091: hue angle of 279.26º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754091 is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11764145-
CMYK0.190.5600.43
HSL279.26º38.76%40.98%-
HSV(B)279.26º55.86%56.86%-
XYZ14.289.4927.87-
YUV89.08159.56147.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 64 (25.39% from 255) = 19.63%
BLUE value IS 145 (57.03% from 255) = 44.48%
R=35.89%
G=19.63%
B=44.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117641450.190.5600.43279.2638.7640.98
Hex754091133802B1172729
Octal16510022123700534274751
Binary1110101100000010010001100111110000101011100010111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754091; }

 p { color: rgb(117,64,145); }

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

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

 a { background-color: rgb(117,64,145); }

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

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

 span { border-color: rgb(117,64,145); }

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