Html Css Color HEX #714392 Royal Purple

📋 copy color: '#714392'

red 113 ◦ green 67 ◦ blue 146

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

Shades of Royal Purple #714392

Tints of Royal Purple #714392

RGB

 RED value IS 113 (44.53% from 255) = 34.66%

 GREEN value IS 67 (26.56% from 255) = 20.55%

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

R = 34.66%
G = 20.55%
B = 44.79%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#714392 (or 0x714392) is known color: Royal Purple. HEX triplet: 71, 43 and 92. RGB value is (113,67,146). Sum of RGB (Red+Green+Blue) = 113+67+146=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #714392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714392 is #8EBC6D. Grayscale: #595959. Windows color (decimal): -9354350 or 9585521. OLE color: 9585521.

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

Color convert

RGB 113 67 146 -
CMYK 0.23 0.54 0 0.43
HSL 274.94º 0.37% 0.42% -
HSV(B) 274.94º 0.54% 0.57% -
XYZ 14.01 9.6 28.31 -
YUV 89.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 113 67 146 0.23 0.54 0 0.43 274.94 0.37 0.42
Hex 71 43 92 17 36 0 2B 113 25 2A
Octal 161 103 222 27 66 0 53 423 45 52
Binary 1110001 1000011 10010010 10111 110110 0 101011 100010011 100101 101010

Color Harmonies of #714392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714392

Black with #714392

Text Example


Text Example

White with #714392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714392; }

 p { color: rgb(113,67,146); }

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

background-color css

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

 a { background-color: rgb(113,67,146); }

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

border-color css

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

 span { border-color: rgb(113,67,146); }

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