#723290

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

Shades of Vivid Violet #723290

Tints of Vivid Violet #723290

Color information

#723290 (or 0x723290) is unknown color: approx Vivid Violet. HEX triplet: 72, 32 and 90. RGB value is (114,50,144). Sum of RGB (Red+Green+Blue) = 114+50+144=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #723290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723290 is #8DCD6F. Grayscale: #4F4F4F. Windows color (decimal): -9293168 or 9450098. OLE color: 9450098.

HSL color Cylindrical-coordinate representation of color #723290: hue angle of 280.85º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #723290 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11450144-
CMYK0.210.6500.44
HSL280.85º48.45%38.04%-
HSV(B)280.85º65.28%56.47%-
XYZ13.117.8727.21-
YUV79.85164.2152.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 50 (19.92% from 255) = 16.23%
BLUE value IS 144 (56.64% from 255) = 46.75%
R=37.01%
G=16.23%
B=46.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114501440.210.6500.44280.8548.4538.04
Hex723290154102C1193026
Octal16262220251010544316046
Binary1110010110010100100001010110000010101100100011001110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723290; }

 p { color: rgb(114,50,144); }

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

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

 a { background-color: rgb(114,50,144); }

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

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

 span { border-color: rgb(114,50,144); }

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