#72369A

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

Shades of Royal Purple #72369A

Tints of Royal Purple #72369A

Color information

#72369A (or 0x72369A) is unknown color: approx Royal Purple. HEX triplet: 72, 36 and 9A. RGB value is (114,54,154). Sum of RGB (Red+Green+Blue) = 114+54+154=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #72369A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #72369A is #8DC965. Grayscale: #535353. Windows color (decimal): -9292134 or 10106482. OLE color: 10106482.

HSL color Cylindrical-coordinate representation of color #72369A: hue angle of 276º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72369A is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11454154-
CMYK0.260.6500.40
HSL276º48.08%40.78%-
HSV(B)276º64.94%60.39%-
XYZ14.098.5531.48-
YUV83.34167.88149.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 54 (21.48% from 255) = 16.77%
BLUE value IS 154 (60.55% from 255) = 47.83%
R=35.40%
G=16.77%
B=47.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114541540.260.6500.4027648.0840.78
Hex72369A1A410281143029
Octal16266232321010504246051
Binary1110010110110100110101101010000010101000100010100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72369A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72369A; }

 p { color: rgb(114,54,154); }

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

<style>
 a { background-color: #72369A; }

 a { background-color: rgb(114,54,154); }

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

<style>
 span { border-color: #72369A; }

 span { border-color: rgb(114,54,154); }

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