#72278F

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

Shades of Vivid Violet #72278F

Tints of Vivid Violet #72278F

Color information

#72278F (or 0x72278F) is unknown color: approx Vivid Violet. HEX triplet: 72, 27 and 8F. RGB value is (114,39,143). Sum of RGB (Red+Green+Blue) = 114+39+143=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #72278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72278F is #8DD870. Grayscale: #484848. Windows color (decimal): -9295985 or 9381746. OLE color: 9381746.

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

Color convert

RGB11439143-
CMYK0.200.7300.44
HSL283.27º57.14%35.69%-
HSV(B)283.27º72.73%56.08%-
XYZ12.627.0126.67-
YUV73.28167.35157.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 39 (15.62% from 255) = 13.18%
BLUE value IS 143 (56.25% from 255) = 48.31%
R=38.51%
G=13.18%
B=48.31%

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
Decimal114391430.200.7300.44283.2757.1435.69
Hex72278F144902C11b3924
Octal16247217241110544337144
Binary1110010100111100011111010010010010101100100011011111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72278F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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