#724298

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

Shades of Royal Purple #724298

Tints of Royal Purple #724298

Color information

#724298 (or 0x724298) is unknown color: approx Royal Purple. HEX triplet: 72, 42 and 98. RGB value is (114,66,152). Sum of RGB (Red+Green+Blue) = 114+66+152=332 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.34% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #724298 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724298 is #8DBD67. Grayscale: #595959. Windows color (decimal): -9289064 or 9978482. OLE color: 9978482.

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

Color convert

RGB11466152-
CMYK0.250.5700.40
HSL273.49º39.45%42.75%-
HSV(B)273.49º56.58%59.61%-
XYZ14.569.7430.82-
YUV90.16162.9145.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.34%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 152 (59.77% from 255) = 45.78%
R=34.34%
G=19.88%
B=45.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114661520.250.5700.40273.4939.4542.75
Hex7242981939028111272b
Octal16210223031710504214753
Binary1110010100001010011000110011110010101000100010001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724298; }

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

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

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

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

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

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

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

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