#72269B

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

Shades of Vivid Violet #72269B

Tints of Vivid Violet #72269B

Color information

#72269B (or 0x72269B) is unknown color: approx Vivid Violet. HEX triplet: 72, 26 and 9B. RGB value is (114,38,155). Sum of RGB (Red+Green+Blue) = 114+38+155=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 38 (15.23% from 255 or 12.38% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #72269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72269B is #8DD964. Grayscale: #494949. Windows color (decimal): -9296229 or 10167922. OLE color: 10167922.

HSL color Cylindrical-coordinate representation of color #72269B: hue angle of 278.97º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72269B is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11438155-
CMYK0.260.7500.39
HSL278.97º60.62%37.84%-
HSV(B)278.97º75.48%60.78%-
XYZ13.557.3331.71-
YUV74.06173.68156.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 38 (15.23% from 255) = 12.38%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=37.13%
G=12.38%
B=50.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114381550.260.7500.39278.9760.6237.84
Hex72269B1A4B0271173d26
Octal16246233321130474277546
Binary1110010100110100110111101010010110100111100010111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72269B; }

 p { color: rgb(114,38,155); }

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

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

 a { background-color: rgb(114,38,155); }

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

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

 span { border-color: rgb(114,38,155); }

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