#751E9B

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

Shades of Vivid Violet #751E9B

Tints of Vivid Violet #751E9B

Color information

#751E9B (or 0x751E9B) is unknown color: approx Vivid Violet. HEX triplet: 75, 1E and 9B. RGB value is (117,30,155). Sum of RGB (Red+Green+Blue) = 117+30+155=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #751E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751E9B is #8AE164. Grayscale: #454545. Windows color (decimal): -9101669 or 10165877. OLE color: 10165877.

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

Color convert

RGB11730155-
CMYK0.250.8100.39
HSL281.76º67.57%36.27%-
HSV(B)281.76º80.65%60.78%-
XYZ13.727.0831.65-
YUV70.26175.82161.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.74%
GREEN value IS 30 (12.11% from 255) = 9.93%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=38.74%
G=9.93%
B=51.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117301550.250.8100.39281.7667.5736.27
Hex751E9B195102711a4424
Octal165362333112104743210444
Binary1110101111101001101111001101000101001111000110101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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