#753288

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

Shades of Vivid Violet #753288

Tints of Vivid Violet #753288

Color information

#753288 (or 0x753288) is unknown color: approx Vivid Violet. HEX triplet: 75, 32 and 88. RGB value is (117,50,136). Sum of RGB (Red+Green+Blue) = 117+50+136=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #753288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753288 is #8ACD77. Grayscale: #4F4F4F. Windows color (decimal): -9096568 or 8925813. OLE color: 8925813.

HSL color Cylindrical-coordinate representation of color #753288: hue angle of 286.74º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753288 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11750136-
CMYK0.140.6300.47
HSL286.74º46.24%36.47%-
HSV(B)286.74º63.24%53.33%-
XYZ12.927.8424.12-
YUV79.84159.7154.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 50 (19.92% from 255) = 16.50%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=38.61%
G=16.50%
B=44.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117501360.140.6300.47286.7446.2436.47
Hex753288E3F02F11f2e24
Octal1656221016770574375644
Binary11101011100101000100011101111110101111100011111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753288; }

 p { color: rgb(117,50,136); }

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

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

 a { background-color: rgb(117,50,136); }

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

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

 span { border-color: rgb(117,50,136); }

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