#751698

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

Shades of Vivid Violet #751698

Tints of Vivid Violet #751698

Color information

#751698 (or 0x751698) is unknown color: approx Vivid Violet. HEX triplet: 75, 16 and 98. RGB value is (117,22,152). Sum of RGB (Red+Green+Blue) = 117+22+152=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 22 (8.98% from 255 or 7.56% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #751698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751698 is #8AE967. Grayscale: #404040. Windows color (decimal): -9103720 or 9967221. OLE color: 9967221.

HSL color Cylindrical-coordinate representation of color #751698: hue angle of 283.85º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751698 is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11722152-
CMYK0.230.8600.40
HSL283.85º74.71%34.12%-
HSV(B)283.85º85.53%59.61%-
XYZ13.296.6230.28-
YUV65.22176.97164.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 22 (8.98% from 255) = 7.56%
BLUE value IS 152 (59.77% from 255) = 52.23%
R=40.21%
G=7.56%
B=52.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117221520.230.8600.40283.8574.7134.12
Hex751698175602811c4b22
Octal165262302712605043411342
Binary1110101101101001100010111101011001010001000111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751698; }

 p { color: rgb(117,22,152); }

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

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

 a { background-color: rgb(117,22,152); }

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

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

 span { border-color: rgb(117,22,152); }

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