#752683

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

Shades of Vivid Violet #752683

Tints of Vivid Violet #752683

Color information

#752683 (or 0x752683) is unknown color: approx Vivid Violet. HEX triplet: 75, 26 and 83. RGB value is (117,38,131). Sum of RGB (Red+Green+Blue) = 117+38+131=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #752683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752683 is #8AD97C. Grayscale: #474747. Windows color (decimal): -9099645 or 8595061. OLE color: 8595061.

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

Color convert

RGB11738131-
CMYK0.110.7100.49
HSL290.97º55.03%33.14%-
HSV(B)290.97º70.99%51.37%-
XYZ12.136.8122.15-
YUV72.22161.17159.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 131 (51.56% from 255) = 45.80%
R=40.91%
G=13.29%
B=45.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117381310.110.7100.49290.9755.0333.14
Hex752683B470311233721
Octal16546203131070614436741
Binary111010110011010000011101110001110110001100100011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752683; }

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

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

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

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

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

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

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

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