#753884

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

Shades of Vivid Violet #753884

Tints of Vivid Violet #753884

Color information

#753884 (or 0x753884) is unknown color: approx Vivid Violet. HEX triplet: 75, 38 and 84. RGB value is (117,56,132). Sum of RGB (Red+Green+Blue) = 117+56+132=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 132 - color contains mainly: blue. Hex color #753884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753884 is #8AC77B. Grayscale: #525252. Windows color (decimal): -9095036 or 8665205. OLE color: 8665205.

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

Color convert

RGB11756132-
CMYK0.110.5800.48
HSL288.16º40.43%36.86%-
HSV(B)288.16º57.58%51.76%-
XYZ12.928.2822.75-
YUV82.9155.71152.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 132 (51.95% from 255) = 43.28%
R=38.36%
G=18.36%
B=43.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117561320.110.5800.48288.1640.4336.86
Hex753884B3A0301202825
Octal1657020413720604405045
Binary11101011110001000010010111110100110000100100000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753884; }

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

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

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

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

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

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

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

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