Html Css Color HEX #714393 Royal Purple

📋 copy color: '#714393'

red 113 ◦ green 67 ◦ blue 147

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

Shades of Royal Purple #714393

Tints of Royal Purple #714393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.95%

R = 34.56%
G = 20.49%
B = 44.95%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#714393 (or 0x714393) is known color: Royal Purple. HEX triplet: 71, 43 and 93. RGB value is (113,67,147). Sum of RGB (Red+Green+Blue) = 113+67+147=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #714393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714393 is #8EBC6C. Grayscale: #595959. Windows color (decimal): -9354349 or 9651057. OLE color: 9651057.

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

Color convert

RGB 113 67 147 -
CMYK 0.23 0.54 0 0.42
HSL 274.5º 0.37% 0.42% -
HSV(B) 274.5º 0.54% 0.58% -
XYZ 14.08 9.63 28.72 -
YUV 89.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 113 67 147 0.23 0.54 0 0.42 274.5 0.37 0.42
Hex 71 43 93 17 36 0 2A 112 25 2A
Octal 161 103 223 27 66 0 52 422 45 52
Binary 1110001 1000011 10010011 10111 110110 0 101010 100010010 100101 101010

Color Harmonies of #714393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714393

Black with #714393

Text Example


Text Example

White with #714393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714393; }

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

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

background-color css

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

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

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

border-color css

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

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

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