#722998

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

Shades of Vivid Violet #722998

Tints of Vivid Violet #722998

Color information

#722998 (or 0x722998) is unknown color: approx Vivid Violet. HEX triplet: 72, 29 and 98. RGB value is (114,41,152). Sum of RGB (Red+Green+Blue) = 114+41+152=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 41 (16.41% from 255 or 13.36% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #722998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722998 is #8DD667. Grayscale: #4B4B4B. Windows color (decimal): -9295464 or 9972082. OLE color: 9972082.

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

Color convert

RGB11441152-
CMYK0.250.7300.40
HSL279.46º57.51%37.84%-
HSV(B)279.46º73.03%59.61%-
XYZ13.47.4330.43-
YUV75.48171.18155.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 41 (16.41% from 255) = 13.36%
BLUE value IS 152 (59.77% from 255) = 49.51%
R=37.13%
G=13.36%
B=49.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114411520.250.7300.40279.4657.5137.84
Hex72299819490281173a26
Octal16251230311110504277246
Binary1110010101001100110001100110010010101000100010111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722998; }

 p { color: rgb(114,41,152); }

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

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

 a { background-color: rgb(114,41,152); }

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

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

 span { border-color: rgb(114,41,152); }

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