#753D90

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

Shades of Vivid Violet #753D90

Tints of Vivid Violet #753D90

Color information

#753D90 (or 0x753D90) is unknown color: approx Vivid Violet. HEX triplet: 75, 3D and 90. RGB value is (117,61,144). Sum of RGB (Red+Green+Blue) = 117+61+144=322 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.34% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #753D90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753D90 is #8AC26F. Grayscale: #565656. Windows color (decimal): -9093744 or 9452917. OLE color: 9452917.

HSL color Cylindrical-coordinate representation of color #753D90: hue angle of 280.48º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753D90 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11761144-
CMYK0.190.5800.44
HSL280.48º40.49%40.2%-
HSV(B)280.48º57.64%56.47%-
XYZ14.049.1327.41-
YUV87.21160.05149.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.34%
GREEN value IS 61 (24.22% from 255) = 18.94%
BLUE value IS 144 (56.64% from 255) = 44.72%
R=36.34%
G=18.94%
B=44.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117611440.190.5800.44280.4840.4940.2
Hex753D90133A02C1182828
Octal1657522023720544305050
Binary111010111110110010000100111110100101100100011000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753D90; }

 p { color: rgb(117,61,144); }

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

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

 a { background-color: rgb(117,61,144); }

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

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

 span { border-color: rgb(117,61,144); }

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