#751E9D

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

Shades of Vivid Violet #751E9D

Tints of Vivid Violet #751E9D

Color information

#751E9D (or 0x751E9D) is unknown color: approx Vivid Violet. HEX triplet: 75, 1E and 9D. RGB value is (117,30,157). Sum of RGB (Red+Green+Blue) = 117+30+157=304 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.49% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #751E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751E9D is #8AE162. Grayscale: #464646. Windows color (decimal): -9101667 or 10296949. OLE color: 10296949.

HSL color Cylindrical-coordinate representation of color #751E9D: hue angle of 281.1º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751E9D is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11730157-
CMYK0.250.8100.38
HSL281.1º67.91%36.67%-
HSV(B)281.1º80.89%61.57%-
XYZ13.897.1432.55-
YUV70.49176.82161.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.49%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 157 (61.72% from 255) = 51.64%
R=38.49%
G=9.87%
B=51.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117301570.250.8100.38281.167.9136.67
Hex751E9D19510261194425
Octal165362353112104643110445
Binary1110101111101001110111001101000101001101000110011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,30,157); }

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

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

 a { background-color: rgb(117,30,157); }

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

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

 span { border-color: rgb(117,30,157); }

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