#72278D

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

Shades of Vivid Violet #72278D

Tints of Vivid Violet #72278D

Color information

#72278D (or 0x72278D) is unknown color: approx Vivid Violet. HEX triplet: 72, 27 and 8D. RGB value is (114,39,141). Sum of RGB (Red+Green+Blue) = 114+39+141=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #72278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72278D is #8DD872. Grayscale: #484848. Windows color (decimal): -9295987 or 9250674. OLE color: 9250674.

HSL color Cylindrical-coordinate representation of color #72278D: hue angle of 284.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72278D is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11439141-
CMYK0.190.7200.45
HSL284.12º56.67%35.29%-
HSV(B)284.12º72.34%55.29%-
XYZ12.476.9525.88-
YUV73.05166.35157.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 39 (15.62% from 255) = 13.27%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=38.78%
G=13.27%
B=47.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114391410.190.7200.45284.1256.6735.29
Hex72278D134802D11c3923
Octal16247215231100554347143
Binary1110010100111100011011001110010000101101100011100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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