#753295

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

Shades of Vivid Violet #753295

Tints of Vivid Violet #753295

Color information

#753295 (or 0x753295) is unknown color: approx Vivid Violet. HEX triplet: 75, 32 and 95. RGB value is (117,50,149). Sum of RGB (Red+Green+Blue) = 117+50+149=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #753295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753295 is #8ACD6A. Grayscale: #505050. Windows color (decimal): -9096555 or 9777781. OLE color: 9777781.

HSL color Cylindrical-coordinate representation of color #753295: hue angle of 280.61º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #753295 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11750149-
CMYK0.210.6600.42
HSL280.61º49.75%39.02%-
HSV(B)280.61º66.44%58.43%-
XYZ13.98.2329.29-
YUV81.32166.2153.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.03%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=37.03%
G=15.82%
B=47.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117501490.210.6600.42280.6149.7539.02
Hex753295154202A1193227
Octal16562225251020524316247
Binary1110101110010100101011010110000100101010100011001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753295; }

 p { color: rgb(117,50,149); }

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

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

 a { background-color: rgb(117,50,149); }

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

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

 span { border-color: rgb(117,50,149); }

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