Html Css Color HEX #724299 Royal Purple

📋 copy color: '#724299'

red 114 ◦ green 66 ◦ blue 153

#724299
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #724299

Tints of Royal Purple #724299

RGB

 RED value IS 114 (44.92% from 255) = 34.23%

 GREEN value IS 66 (26.17% from 255) = 19.82%

 BLUE value IS 153 (60.16% from 255) = 45.95%

R = 34.23%
G = 19.82%
B = 45.95%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#724299 (or 0x724299) is known color: Royal Purple. HEX triplet: 72, 42 and 99. RGB value is (114,66,153). Sum of RGB (Red+Green+Blue) = 114+66+153=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #724299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724299 is #8DBD66. Grayscale: #595959. Windows color (decimal): -9289063 or 10044018. OLE color: 10044018.

HSL color Cylindrical-coordinate representation of color #724299: hue angle of 273.1º degrees, saturation: 0.4, 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 #724299 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 114 66 153 -
CMYK 0.25 0.57 0 0.4
HSL 273.1º 0.4% 0.43% -
HSV(B) 273.1º 0.57% 0.6% -
XYZ 14.64 9.77 31.25 -
YUV 90.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 114 66 153 0.25 0.57 0 0.4 273.1 0.4 0.43
Hex 72 42 99 19 39 0 28 111 28 2B
Octal 162 102 231 31 71 0 50 421 50 53
Binary 1110010 1000010 10011001 11001 111001 0 101000 100010001 101000 101011

Color Harmonies of #724299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724299

Black with #724299

Text Example


Text Example

White with #724299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724299; }

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

 H1.HeaderClassName
 {
   color: #724299;
 }
 .AnyTagClassName
 {
   color: #724299;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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