#751F96

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

Shades of Vivid Violet #751F96

Tints of Vivid Violet #751F96

Color information

#751F96 (or 0x751F96) is unknown color: approx Vivid Violet. HEX triplet: 75, 1F and 96. RGB value is (117,31,150). Sum of RGB (Red+Green+Blue) = 117+31+150=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #751F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751F96 is #8AE069. Grayscale: #454545. Windows color (decimal): -9101418 or 9838453. OLE color: 9838453.

HSL color Cylindrical-coordinate representation of color #751F96: hue angle of 283.36º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751F96 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11731150-
CMYK0.220.7900.41
HSL283.36º65.75%35.49%-
HSV(B)283.36º79.33%58.82%-
XYZ13.336.9629.5-
YUV70.28172.99161.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 31 (12.5% from 255) = 10.40%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=39.26%
G=10.40%
B=50.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117311500.220.7900.41283.3665.7535.49
Hex751F96164F02911b4223
Octal165372262611705143310243
Binary1110101111111001011010110100111101010011000110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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