Html Css Color HEX #724293 Royal Purple

📋 copy color: '#724293'

red 114 ◦ green 66 ◦ blue 147

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

Shades of Royal Purple #724293

Tints of Royal Purple #724293

RGB

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

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

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

R = 34.86%
G = 20.18%
B = 44.95%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#724293 (or 0x724293) is known color: Royal Purple. HEX triplet: 72, 42 and 93. RGB value is (114,66,147). Sum of RGB (Red+Green+Blue) = 114+66+147=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #724293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724293 is #8DBD6C. Grayscale: #595959. Windows color (decimal): -9289069 or 9650802. OLE color: 9650802.

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

Color convert

RGB 114 66 147 -
CMYK 0.22 0.55 0 0.42
HSL 275.56º 0.38% 0.42% -
HSV(B) 275.56º 0.55% 0.58% -
XYZ 14.15 9.58 28.71 -
YUV 89.59 160.4 145.41 -
System Red Green Blue C M Y K H S L
Decimal 114 66 147 0.22 0.55 0 0.42 275.56 0.38 0.42
Hex 72 42 93 16 37 0 2A 114 26 2A
Octal 162 102 223 26 67 0 52 424 46 52
Binary 1110010 1000010 10010011 10110 110111 0 101010 100010100 100110 101010

Color Harmonies of #724293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724293

Black with #724293

Text Example


Text Example

White with #724293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724293; }

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

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

background-color css

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

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

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

border-color css

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

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

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