Html Css Color HEX #724192 Royal Purple

📋 copy color: '#724192'

red 114 ◦ green 65 ◦ blue 146

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

Shades of Royal Purple #724192

Tints of Royal Purple #724192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.92%

R = 35.08%
G = 20%
B = 44.92%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#724192 (or 0x724192) is known color: Royal Purple. HEX triplet: 72, 41 and 92. RGB value is (114,65,146). Sum of RGB (Red+Green+Blue) = 114+65+146=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #724192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724192 is #8DBE6D. Grayscale: #585858. Windows color (decimal): -9289326 or 9585010. OLE color: 9585010.

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

Color convert

RGB 114 65 146 -
CMYK 0.22 0.55 0 0.43
HSL 276.3º 0.38% 0.41% -
HSV(B) 276.3º 0.55% 0.57% -
XYZ 14.02 9.43 28.28 -
YUV 88.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 114 65 146 0.22 0.55 0 0.43 276.3 0.38 0.41
Hex 72 41 92 16 37 0 2B 114 26 29
Octal 162 101 222 26 67 0 53 424 46 51
Binary 1110010 1000001 10010010 10110 110111 0 101011 100010100 100110 101001

Color Harmonies of #724192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724192

Black with #724192

Text Example


Text Example

White with #724192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724192; }

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

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

background-color css

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

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

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

border-color css

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

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

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