#753883

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

Shades of Vivid Violet #753883

Tints of Vivid Violet #753883

Color information

#753883 (or 0x753883) is unknown color: approx Vivid Violet. HEX triplet: 75, 38 and 83. RGB value is (117,56,131). Sum of RGB (Red+Green+Blue) = 117+56+131=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #753883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753883 is #8AC77C. Grayscale: #525252. Windows color (decimal): -9095037 or 8599669. OLE color: 8599669.

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

Color convert

RGB11756131-
CMYK0.110.5700.49
HSL288.8º40.11%36.67%-
HSV(B)288.8º57.25%51.37%-
XYZ12.858.2522.39-
YUV82.79155.21152.4-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 56 (22.27% from 255) = 18.42%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=38.49%
G=18.42%
B=43.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117561310.110.5700.49288.840.1136.67
Hex753883B390311212825
Octal1657020313710614415045
Binary11101011110001000001110111110010110001100100001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753883; }

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

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

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

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

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

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

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

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