#753385

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

Shades of Vivid Violet #753385

Tints of Vivid Violet #753385

Color information

#753385 (or 0x753385) is unknown color: approx Vivid Violet. HEX triplet: 75, 33 and 85. RGB value is (117,51,133). Sum of RGB (Red+Green+Blue) = 117+51+133=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #753385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753385 is #8ACC7A. Grayscale: #4F4F4F. Windows color (decimal): -9096315 or 8729461. OLE color: 8729461.

HSL color Cylindrical-coordinate representation of color #753385: hue angle of 288.29º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753385 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11751133-
CMYK0.120.6200.48
HSL288.29º44.57%36.08%-
HSV(B)288.29º61.65%52.16%-
XYZ12.757.8423.03-
YUV80.08157.87154.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=38.87%
G=16.94%
B=44.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117511330.120.6200.48288.2944.5736.08
Hex753385C3E0301202d24
Octal1656320514760604405544
Binary11101011100111000010111001111100110000100100000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753385; }

 p { color: rgb(117,51,133); }

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

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

 a { background-color: rgb(117,51,133); }

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

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

 span { border-color: rgb(117,51,133); }

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