#72278E

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

Shades of Vivid Violet #72278E

Tints of Vivid Violet #72278E

Color information

#72278E (or 0x72278E) is unknown color: approx Vivid Violet. HEX triplet: 72, 27 and 8E. RGB value is (114,39,142). Sum of RGB (Red+Green+Blue) = 114+39+142=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #72278E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72278E is #8DD871. Grayscale: #484848. Windows color (decimal): -9295986 or 9316210. OLE color: 9316210.

HSL color Cylindrical-coordinate representation of color #72278E: hue angle of 283.69º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #72278E is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11439142-
CMYK0.200.7300.44
HSL283.69º56.91%35.49%-
HSV(B)283.69º72.54%55.69%-
XYZ12.556.9826.28-
YUV73.17166.85157.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=38.64%
G=13.22%
B=48.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114391420.200.7300.44283.6956.9135.49
Hex72278E144902C11c3923
Octal16247216241110544347143
Binary1110010100111100011101010010010010101100100011100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72278E; }

 p { color: rgb(114,39,142); }

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

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

 a { background-color: rgb(114,39,142); }

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

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

 span { border-color: rgb(114,39,142); }

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