#72339D

Color #72339D Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #72339D

Tints of Royal Purple #72339D

Color information

#72339D (or 0x72339D) is unknown color: approx Royal Purple. HEX triplet: 72, 33 and 9D. RGB value is (114,51,157). Sum of RGB (Red+Green+Blue) = 114+51+157=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #72339D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72339D is #8DCC62. Grayscale: #515151. Windows color (decimal): -9292899 or 10302322. OLE color: 10302322.

HSL color Cylindrical-coordinate representation of color #72339D: hue angle of 275.66º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72339D is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11451157-
CMYK0.270.6800.38
HSL275.66º50.96%40.78%-
HSV(B)275.66º67.52%61.57%-
XYZ14.218.3832.77-
YUV81.92170.37150.88-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 51 (20.31% from 255) = 15.84%
BLUE value IS 157 (61.72% from 255) = 48.76%
R=35.40%
G=15.84%
B=48.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal114511570.270.6800.38275.6650.9640.78
Hex72339D1B440261143329
Octal16263235331040464246351
Binary1110010110011100111011101110001000100110100010100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,51,157); }

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

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

 a { background-color: rgb(114,51,157); }

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

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

 span { border-color: rgb(114,51,157); }

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