#753488

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

Shades of Vivid Violet #753488

Tints of Vivid Violet #753488

Color information

#753488 (or 0x753488) is unknown color: approx Vivid Violet. HEX triplet: 75, 34 and 88. RGB value is (117,52,136). Sum of RGB (Red+Green+Blue) = 117+52+136=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #753488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753488 is #8ACB77. Grayscale: #505050. Windows color (decimal): -9096056 or 8926325. OLE color: 8926325.

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

Color convert

RGB11752136-
CMYK0.140.6200.47
HSL286.43º44.68%36.86%-
HSV(B)286.43º61.76%53.33%-
XYZ13.018.0224.15-
YUV81.01159.03153.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=38.36%
G=17.05%
B=44.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal117521360.140.6200.47286.4344.6836.86
Hex753488E3E02F11e2d25
Octal1656421016760574365545
Binary11101011101001000100011101111100101111100011110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753488; }

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

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

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

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

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

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

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

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