#752583

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

Shades of Vivid Violet #752583

Tints of Vivid Violet #752583

Color information

#752583 (or 0x752583) is unknown color: approx Vivid Violet. HEX triplet: 75, 25 and 83. RGB value is (117,37,131). Sum of RGB (Red+Green+Blue) = 117+37+131=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #752583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752583 is #8ADA7C. Grayscale: #474747. Windows color (decimal): -9099901 or 8594805. OLE color: 8594805.

HSL color Cylindrical-coordinate representation of color #752583: hue angle of 291.06º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752583 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11737131-
CMYK0.110.7200.49
HSL291.06º55.95%32.94%-
HSV(B)291.06º71.76%51.37%-
XYZ12.096.7422.14-
YUV71.64161.5160.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=41.05%
G=12.98%
B=45.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117371310.110.7200.49291.0655.9532.94
Hex752583B480311233821
Octal16545203131100614437041
Binary111010110010110000011101110010000110001100100011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752583; }

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

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

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

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

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

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

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

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