#751F82

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

Shades of Vivid Violet #751F82

Tints of Vivid Violet #751F82

Color information

#751F82 (or 0x751F82) is unknown color: approx Vivid Violet. HEX triplet: 75, 1F and 82. RGB value is (117,31,130). Sum of RGB (Red+Green+Blue) = 117+31+130=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 31 (12.5% from 255 or 11.15% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #751F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751F82 is #8AE07D. Grayscale: #434343. Windows color (decimal): -9101438 or 8527733. OLE color: 8527733.

HSL color Cylindrical-coordinate representation of color #751F82: hue angle of 292.12º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #751F82 is Cyan = 0.1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11731130-
CMYK0.10.7600.49
HSL292.12º61.49%31.57%-
HSV(B)292.12º76.15%50.98%-
XYZ11.866.3721.72-
YUV68162.99162.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.09%
GREEN value IS 31 (12.5% from 255) = 11.15%
BLUE value IS 130 (51.17% from 255) = 46.76%
R=42.09%
G=11.15%
B=46.76%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal117311300.10.7600.49292.1261.4931.57
Hex751F82A4C0311243d20
Octal16537202121140614447540
Binary11101011111110000010101010011000110001100100100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751F82; }

 p { color: rgb(117,31,130); }

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

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

 a { background-color: rgb(117,31,130); }

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

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

 span { border-color: rgb(117,31,130); }

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