#753990

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

Shades of Vivid Violet #753990

Tints of Vivid Violet #753990

Color information

#753990 (or 0x753990) is unknown color: approx Vivid Violet. HEX triplet: 75, 39 and 90. RGB value is (117,57,144). Sum of RGB (Red+Green+Blue) = 117+57+144=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #753990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753990 is #8AC66F. Grayscale: #545454. Windows color (decimal): -9094768 or 9451893. OLE color: 9451893.

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

Color convert

RGB11757144-
CMYK0.190.6000.44
HSL281.38º43.28%39.41%-
HSV(B)281.38º60.42%56.47%-
XYZ13.838.7227.34-
YUV84.86161.38150.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.79%
GREEN value IS 57 (22.66% from 255) = 17.92%
BLUE value IS 144 (56.64% from 255) = 45.28%
R=36.79%
G=17.92%
B=45.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117571440.190.6000.44281.3843.2839.41
Hex753990133C02C1192b27
Octal1657122023740544315347
Binary111010111100110010000100111111000101100100011001101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753990; }

 p { color: rgb(117,57,144); }

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

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

 a { background-color: rgb(117,57,144); }

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

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

 span { border-color: rgb(117,57,144); }

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