Html Css Color HEX #724194 Royal Purple

📋 copy color: '#724194'

red 114 ◦ green 65 ◦ blue 148

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

Shades of Royal Purple #724194

Tints of Royal Purple #724194

RGB

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

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

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

R = 34.86%
G = 19.88%
B = 45.26%

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

#724194 (or 0x724194) is known color: Royal Purple. HEX triplet: 72, 41 and 94. RGB value is (114,65,148). Sum of RGB (Red+Green+Blue) = 114+65+148=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #724194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724194 is #8DBE6B. Grayscale: #585858. Windows color (decimal): -9289324 or 9716082. OLE color: 9716082.

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

Color convert

RGB 114 65 148 -
CMYK 0.23 0.56 0 0.42
HSL 275.42º 0.39% 0.42% -
HSV(B) 275.42º 0.56% 0.58% -
XYZ 14.18 9.5 29.1 -
YUV 89.11 161.23 145.75 -
System Red Green Blue C M Y K H S L
Decimal 114 65 148 0.23 0.56 0 0.42 275.42 0.39 0.42
Hex 72 41 94 17 38 0 2A 113 27 2A
Octal 162 101 224 27 70 0 52 423 47 52
Binary 1110010 1000001 10010100 10111 111000 0 101010 100010011 100111 101010

Color Harmonies of #724194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724194

Black with #724194

Text Example


Text Example

White with #724194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724194; }

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

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

background-color css

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

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

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

border-color css

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

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

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