#751EA2

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

Shades of Vivid Violet #751EA2

Tints of Vivid Violet #751EA2

Color information

#751EA2 (or 0x751EA2) is unknown color: approx Vivid Violet. HEX triplet: 75, 1E and A2. RGB value is (117,30,162). Sum of RGB (Red+Green+Blue) = 117+30+162=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #751EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #751EA2 is #8AE15D. Grayscale: #464646. Windows color (decimal): -9101662 or 10624629. OLE color: 10624629.

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

Color convert

RGB11730162-
CMYK0.280.8100.36
HSL279.55º68.75%37.65%-
HSV(B)279.55º81.48%63.53%-
XYZ14.327.3234.84-
YUV71.06179.32160.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.86%
GREEN value IS 30 (12.11% from 255) = 9.71%
BLUE value IS 162 (63.67% from 255) = 52.43%
R=37.86%
G=9.71%
B=52.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117301620.280.8100.36279.5568.7537.65
Hex751EA21C510241184526
Octal165362423412104443010546
Binary1110101111101010001011100101000101001001000110001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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