Html Css Color HEX #724092 Royal Purple

📋 copy color: '#724092'

red 114 ◦ green 64 ◦ blue 146

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

Shades of Royal Purple #724092

Tints of Royal Purple #724092

RGB

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

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

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

R = 35.19%
G = 19.75%
B = 45.06%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#724092 (or 0x724092) is known color: Royal Purple. HEX triplet: 72, 40 and 92. RGB value is (114,64,146). Sum of RGB (Red+Green+Blue) = 114+64+146=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 146 (57.42% from 255 or 45.06% from 324); Max value from RGB is 146 - color contains mainly: blue. Hex color #724092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #724092 is #8DBF6D. Grayscale: #585858. Windows color (decimal): -9289582 or 9584754. OLE color: 9584754.

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

Color convert

RGB 114 64 146 -
CMYK 0.22 0.56 0 0.43
HSL 276.59º 0.39% 0.41% -
HSV(B) 276.59º 0.56% 0.57% -
XYZ 13.96 9.32 28.26 -
YUV 88.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 114 64 146 0.22 0.56 0 0.43 276.59 0.39 0.41
Hex 72 40 92 16 38 0 2B 115 27 29
Octal 162 100 222 26 70 0 53 425 47 51
Binary 1110010 1000000 10010010 10110 111000 0 101011 100010101 100111 101001

Color Harmonies of #724092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724092

Black with #724092

Text Example


Text Example

White with #724092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724092; }

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

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

background-color css

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

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

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

border-color css

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

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

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