#753B8D

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

Shades of Vivid Violet #753B8D

Tints of Vivid Violet #753B8D

Color information

#753B8D (or 0x753B8D) is unknown color: approx Vivid Violet. HEX triplet: 75, 3B and 8D. RGB value is (117,59,141). Sum of RGB (Red+Green+Blue) = 117+59+141=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #753B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753B8D is #8AC472. Grayscale: #555555. Windows color (decimal): -9094259 or 9255797. OLE color: 9255797.

HSL color Cylindrical-coordinate representation of color #753B8D: hue angle of 282.44º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753B8D is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11759141-
CMYK0.170.5800.45
HSL282.44º41%39.22%-
HSV(B)282.44º58.16%55.29%-
XYZ13.718.8326.18-
YUV85.69159.22150.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.91%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 141 (55.47% from 255) = 44.48%
R=36.91%
G=18.61%
B=44.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117591410.170.5800.45282.444139.22
Hex753B8D113A02D11a2927
Octal1657321521720554325147
Binary111010111101110001101100011110100101101100011010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753B8D; }

 p { color: rgb(117,59,141); }

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

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

 a { background-color: rgb(117,59,141); }

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

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

 span { border-color: rgb(117,59,141); }

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