Html Css Color HEX #724094 Royal Purple

📋 copy color: '#724094'

red 114 ◦ green 64 ◦ blue 148

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

Shades of Royal Purple #724094

Tints of Royal Purple #724094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.4%

R = 34.97%
G = 19.63%
B = 45.4%

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

#724094 (or 0x724094) is known color: Royal Purple. HEX triplet: 72, 40 and 94. RGB value is (114,64,148). Sum of RGB (Red+Green+Blue) = 114+64+148=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #724094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724094 is #8DBF6B. Grayscale: #585858. Windows color (decimal): -9289580 or 9715826. OLE color: 9715826.

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

Color convert

RGB 114 64 148 -
CMYK 0.23 0.57 0 0.42
HSL 275.71º 0.4% 0.42% -
HSV(B) 275.71º 0.57% 0.58% -
XYZ 14.12 9.38 29.08 -
YUV 88.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 114 64 148 0.23 0.57 0 0.42 275.71 0.4 0.42
Hex 72 40 94 17 39 0 2A 114 28 2A
Octal 162 100 224 27 71 0 52 424 50 52
Binary 1110010 1000000 10010100 10111 111001 0 101010 100010100 101000 101010

Color Harmonies of #724094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724094

Black with #724094

Text Example


Text Example

White with #724094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724094; }

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

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

background-color css

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

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

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

border-color css

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

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

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