Html Css Color HEX #724095 Royal Purple

📋 copy color: '#724095'

red 114 ◦ green 64 ◦ blue 149

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

Shades of Royal Purple #724095

Tints of Royal Purple #724095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.57%

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

R = 34.86%
G = 19.57%
B = 45.57%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#724095 (or 0x724095) is known color: Royal Purple. HEX triplet: 72, 40 and 95. RGB value is (114,64,149). Sum of RGB (Red+Green+Blue) = 114+64+149=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #724095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724095 is #8DBF6A. Grayscale: #585858. Windows color (decimal): -9289579 or 9781362. OLE color: 9781362.

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

Color convert

RGB 114 64 149 -
CMYK 0.23 0.57 0 0.42
HSL 275.29º 0.4% 0.42% -
HSV(B) 275.29º 0.57% 0.58% -
XYZ 14.2 9.41 29.5 -
YUV 88.64 162.07 146.09 -
System Red Green Blue C M Y K H S L
Decimal 114 64 149 0.23 0.57 0 0.42 275.29 0.4 0.42
Hex 72 40 95 17 39 0 2A 113 28 2A
Octal 162 100 225 27 71 0 52 423 50 52
Binary 1110010 1000000 10010101 10111 111001 0 101010 100010011 101000 101010

Color Harmonies of #724095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724095

Black with #724095

Text Example


Text Example

White with #724095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724095; }

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

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

background-color css

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

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

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

border-color css

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

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

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