Html Css Color HEX #724197 Royal Purple

📋 copy color: '#724197'

red 114 ◦ green 65 ◦ blue 151

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

Shades of Royal Purple #724197

Tints of Royal Purple #724197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

 BLUE value IS 151 (59.38% from 255) = 45.76%

R = 34.55%
G = 19.7%
B = 45.76%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#724197 (or 0x724197) is known color: Royal Purple. HEX triplet: 72, 41 and 97. RGB value is (114,65,151). Sum of RGB (Red+Green+Blue) = 114+65+151=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #724197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724197 is #8DBE68. Grayscale: #595959. Windows color (decimal): -9289321 or 9912690. OLE color: 9912690.

HSL color Cylindrical-coordinate representation of color #724197: hue angle of 274.19º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #724197 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 65 151 -
CMYK 0.25 0.57 0 0.41
HSL 274.19º 0.4% 0.42% -
HSV(B) 274.19º 0.57% 0.59% -
XYZ 14.42 9.59 30.37 -
YUV 89.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 114 65 151 0.25 0.57 0 0.41 274.19 0.4 0.42
Hex 72 41 97 19 39 0 29 112 28 2A
Octal 162 101 227 31 71 0 51 422 50 52
Binary 1110010 1000001 10010111 11001 111001 0 101001 100010010 101000 101010

Color Harmonies of #724197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724197

Black with #724197

Text Example


Text Example

White with #724197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724197; }

 p { color: rgb(114,65,151); }

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

background-color css

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

 a { background-color: rgb(114,65,151); }

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

border-color css

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

 span { border-color: rgb(114,65,151); }

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