#752084

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

Shades of Vivid Violet #752084

Tints of Vivid Violet #752084

Color information

#752084 (or 0x752084) is unknown color: approx Vivid Violet. HEX triplet: 75, 20 and 84. RGB value is (117,32,132). Sum of RGB (Red+Green+Blue) = 117+32+132=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #752084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752084 is #8ADF7B. Grayscale: #444444. Windows color (decimal): -9101180 or 8659061. OLE color: 8659061.

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

Color convert

RGB11732132-
CMYK0.110.7600.48
HSL291º60.98%32.16%-
HSV(B)291º75.76%51.76%-
XYZ12.026.4822.45-
YUV68.82163.66162.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 132 (51.95% from 255) = 46.98%
R=41.64%
G=11.39%
B=46.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal117321320.110.7600.4829160.9832.16
Hex752084B4C0301233d20
Octal16540204131140604437540
Binary111010110000010000100101110011000110000100100011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752084; }

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

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

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

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

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

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

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

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