#723298

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

Shades of Royal Purple #723298

Tints of Royal Purple #723298

Color information

#723298 (or 0x723298) is unknown color: approx Royal Purple. HEX triplet: 72, 32 and 98. RGB value is (114,50,152). Sum of RGB (Red+Green+Blue) = 114+50+152=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #723298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723298 is #8DCD67. Grayscale: #505050. Windows color (decimal): -9293160 or 9974386. OLE color: 9974386.

HSL color Cylindrical-coordinate representation of color #723298: hue angle of 277.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #723298 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11450152-
CMYK0.250.6700.40
HSL277.65º50.5%39.61%-
HSV(B)277.65º67.11%59.61%-
XYZ13.758.1330.55-
YUV80.76168.2151.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 152 (59.77% from 255) = 48.10%
R=36.08%
G=15.82%
B=48.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114501520.250.6700.40277.6550.539.61
Hex72329819430281163228
Octal16262230311030504266250
Binary1110010110010100110001100110000110101000100010110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723298; }

 p { color: rgb(114,50,152); }

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

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

 a { background-color: rgb(114,50,152); }

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

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

 span { border-color: rgb(114,50,152); }

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