#753685

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

Shades of Vivid Violet #753685

Tints of Vivid Violet #753685

Color information

#753685 (or 0x753685) is unknown color: approx Vivid Violet. HEX triplet: 75, 36 and 85. RGB value is (117,54,133). Sum of RGB (Red+Green+Blue) = 117+54+133=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #753685 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753685 is #8AC97A. Grayscale: #515151. Windows color (decimal): -9095547 or 8730229. OLE color: 8730229.

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

Color convert

RGB11754133-
CMYK0.120.5900.48
HSL287.85º42.25%36.67%-
HSV(B)287.85º59.4%52.16%-
XYZ12.898.1123.08-
YUV81.84156.87153.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 54 (21.48% from 255) = 17.76%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=38.49%
G=17.76%
B=43.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117541330.120.5900.48287.8542.2536.67
Hex753685C3B0301202a25
Octal1656620514730604405245
Binary11101011101101000010111001110110110000100100000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753685; }

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

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

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

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

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

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

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

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