#753583

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

Shades of Vivid Violet #753583

Tints of Vivid Violet #753583

Color information

#753583 (or 0x753583) is unknown color: approx Vivid Violet. HEX triplet: 75, 35 and 83. RGB value is (117,53,131). Sum of RGB (Red+Green+Blue) = 117+53+131=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 53 (21.09% from 255 or 17.61% from 301); Blue value is 131 (51.56% from 255 or 43.52% from 301); Max value from RGB is 131 - color contains mainly: blue. Hex color #753583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753583 is #8ACA7C. Grayscale: #505050. Windows color (decimal): -9095805 or 8598901. OLE color: 8598901.

HSL color Cylindrical-coordinate representation of color #753583: hue angle of 289.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #753583 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11753131-
CMYK0.110.6000.49
HSL289.23º42.39%36.08%-
HSV(B)289.23º59.54%51.37%-
XYZ12.717.9722.34-
YUV81.03156.2153.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 53 (21.09% from 255) = 17.61%
BLUE value IS 131 (51.56% from 255) = 43.52%
R=38.87%
G=17.61%
B=43.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117531310.110.6000.49289.2342.3936.08
Hex753583B3C0311212a24
Octal1656520313740614415244
Binary11101011101011000001110111111000110001100100001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753583; }

 p { color: rgb(117,53,131); }

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

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

 a { background-color: rgb(117,53,131); }

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

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

 span { border-color: rgb(117,53,131); }

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