#751F9E

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

Shades of Vivid Violet #751F9E

Tints of Vivid Violet #751F9E

Color information

#751F9E (or 0x751F9E) is unknown color: approx Vivid Violet. HEX triplet: 75, 1F and 9E. RGB value is (117,31,158). Sum of RGB (Red+Green+Blue) = 117+31+158=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #751F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751F9E is #8AE061. Grayscale: #464646. Windows color (decimal): -9101410 or 10362741. OLE color: 10362741.

HSL color Cylindrical-coordinate representation of color #751F9E: hue angle of 280.63º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751F9E is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11731158-
CMYK0.260.8000.38
HSL280.63º67.2%37.06%-
HSV(B)280.63º80.38%61.96%-
XYZ147.2333.01-
YUV71.19176.99160.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.24%
GREEN value IS 31 (12.5% from 255) = 10.13%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=38.24%
G=10.13%
B=51.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117311580.260.8000.38280.6367.237.06
Hex751F9E1A500261194325
Octal165372363212004643110345
Binary1110101111111001111011010101000001001101000110011000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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