#751898

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

Shades of Vivid Violet #751898

Tints of Vivid Violet #751898

Color information

#751898 (or 0x751898) is unknown color: approx Vivid Violet. HEX triplet: 75, 18 and 98. RGB value is (117,24,152). Sum of RGB (Red+Green+Blue) = 117+24+152=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #751898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751898 is #8AE767. Grayscale: #414141. Windows color (decimal): -9103208 or 9967733. OLE color: 9967733.

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

Color convert

RGB11724152-
CMYK0.230.8400.40
HSL283.59º72.73%34.51%-
HSV(B)283.59º84.21%59.61%-
XYZ13.336.730.3-
YUV66.4176.31164.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 24 (9.77% from 255) = 8.19%
BLUE value IS 152 (59.77% from 255) = 51.88%
R=39.93%
G=8.19%
B=51.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117241520.230.8400.40283.5972.7334.51
Hex751898175402811c4923
Octal165302302712405043411143
Binary1110101110001001100010111101010001010001000111001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751898; }

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

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

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

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

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

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

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

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