#751CA4

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

Shades of Vivid Violet #751CA4

Tints of Vivid Violet #751CA4

Color information

#751CA4 (or 0x751CA4) is unknown color: approx Vivid Violet. HEX triplet: 75, 1C and A4. RGB value is (117,28,164). Sum of RGB (Red+Green+Blue) = 117+28+164=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #751CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751CA4 is #8AE35B. Grayscale: #454545. Windows color (decimal): -9102172 or 10755189. OLE color: 10755189.

HSL color Cylindrical-coordinate representation of color #751CA4: hue angle of 279.26º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751CA4 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11728164-
CMYK0.290.8300.36
HSL279.26º70.83%37.65%-
HSV(B)279.26º82.93%64.31%-
XYZ14.457.2935.77-
YUV70.11180.99161.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 28 (11.33% from 255) = 9.06%
BLUE value IS 164 (64.45% from 255) = 53.07%
R=37.86%
G=9.06%
B=53.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117281640.290.8300.36279.2670.8337.65
Hex751CA41D530241174726
Octal165342443512304442710746
Binary1110101111001010010011101101001101001001000101111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,28,164); }

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

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

 a { background-color: rgb(117,28,164); }

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

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

 span { border-color: rgb(117,28,164); }

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