Html Css Color HEX #724193 Royal Purple

📋 copy color: '#724193'

red 114 ◦ green 65 ◦ blue 147

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

Shades of Royal Purple #724193

Tints of Royal Purple #724193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 34.97%
G = 19.94%
B = 45.09%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#724193 (or 0x724193) is known color: Royal Purple. HEX triplet: 72, 41 and 93. RGB value is (114,65,147). Sum of RGB (Red+Green+Blue) = 114+65+147=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #724193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724193 is #8DBE6C. Grayscale: #585858. Windows color (decimal): -9289325 or 9650546. OLE color: 9650546.

HSL color Cylindrical-coordinate representation of color #724193: hue angle of 275.85º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #724193 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 65 147 -
CMYK 0.22 0.56 0 0.42
HSL 275.85º 0.39% 0.42% -
HSV(B) 275.85º 0.56% 0.58% -
XYZ 14.1 9.46 28.69 -
YUV 89 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 114 65 147 0.22 0.56 0 0.42 275.85 0.39 0.42
Hex 72 41 93 16 38 0 2A 114 27 2A
Octal 162 101 223 26 70 0 52 424 47 52
Binary 1110010 1000001 10010011 10110 111000 0 101010 100010100 100111 101010

Color Harmonies of #724193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724193

Black with #724193

Text Example


Text Example

White with #724193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724193; }

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

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

background-color css

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

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

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

border-color css

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

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

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