#751692

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

Shades of Vivid Violet #751692

Tints of Vivid Violet #751692

Color information

#751692 (or 0x751692) is unknown color: approx Vivid Violet. HEX triplet: 75, 16 and 92. RGB value is (117,22,146). Sum of RGB (Red+Green+Blue) = 117+22+146=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 146 (57.42% from 255 or 51.23% from 285); Max value from RGB is 146 - color contains mainly: blue. Hex color #751692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751692 is #8AE96D. Grayscale: #404040. Windows color (decimal): -9103726 or 9574005. OLE color: 9574005.

HSL color Cylindrical-coordinate representation of color #751692: hue angle of 285.97º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751692 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11722146-
CMYK0.200.8500.43
HSL285.97º73.81%32.94%-
HSV(B)285.97º84.93%57.25%-
XYZ12.816.4327.76-
YUV64.54173.97165.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 22 (8.98% from 255) = 7.72%
BLUE value IS 146 (57.42% from 255) = 51.23%
R=41.05%
G=7.72%
B=51.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117221460.200.8500.43285.9773.8132.94
Hex751692145502B11e4a21
Octal165262222412505343611241
Binary1110101101101001001010100101010101010111000111101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751692; }

 p { color: rgb(117,22,146); }

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

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

 a { background-color: rgb(117,22,146); }

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

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

 span { border-color: rgb(117,22,146); }

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