Html Css Color HEX #724295 Royal Purple

📋 copy color: '#724295'

red 114 ◦ green 66 ◦ blue 149

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

Shades of Royal Purple #724295

Tints of Royal Purple #724295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 34.65%
G = 20.06%
B = 45.29%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#724295 (or 0x724295) is known color: Royal Purple. HEX triplet: 72, 42 and 95. RGB value is (114,66,149). Sum of RGB (Red+Green+Blue) = 114+66+149=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #724295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724295 is #8DBD6A. Grayscale: #595959. Windows color (decimal): -9289067 or 9781874. OLE color: 9781874.

HSL color Cylindrical-coordinate representation of color #724295: hue angle of 274.7º 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 #724295 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 66 149 -
CMYK 0.23 0.56 0 0.42
HSL 274.7º 0.39% 0.42% -
HSV(B) 274.7º 0.56% 0.58% -
XYZ 14.31 9.64 29.54 -
YUV 89.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 114 66 149 0.23 0.56 0 0.42 274.7 0.39 0.42
Hex 72 42 95 17 38 0 2A 113 27 2A
Octal 162 102 225 27 70 0 52 423 47 52
Binary 1110010 1000010 10010101 10111 111000 0 101010 100010011 100111 101010

Color Harmonies of #724295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724295

Black with #724295

Text Example


Text Example

White with #724295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724295; }

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

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

background-color css

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

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

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

border-color css

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

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

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