Html Css Color HEX #714293 Royal Purple

📋 copy color: '#714293'

red 113 ◦ green 66 ◦ blue 147

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

Shades of Royal Purple #714293

Tints of Royal Purple #714293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.25%

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

R = 34.66%
G = 20.25%
B = 45.09%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#714293 (or 0x714293) is known color: Royal Purple. HEX triplet: 71, 42 and 93. RGB value is (113,66,147). Sum of RGB (Red+Green+Blue) = 113+66+147=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #714293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714293 is #8EBD6C. Grayscale: #595959. Windows color (decimal): -9354605 or 9650801. OLE color: 9650801.

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

Color convert

RGB 113 66 147 -
CMYK 0.23 0.55 0 0.42
HSL 274.81º 0.38% 0.42% -
HSV(B) 274.81º 0.55% 0.58% -
XYZ 14.02 9.51 28.7 -
YUV 89.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 113 66 147 0.23 0.55 0 0.42 274.81 0.38 0.42
Hex 71 42 93 17 37 0 2A 113 26 2A
Octal 161 102 223 27 67 0 52 423 46 52
Binary 1110001 1000010 10010011 10111 110111 0 101010 100010011 100110 101010

Color Harmonies of #714293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714293

Black with #714293

Text Example


Text Example

White with #714293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714293; }

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

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

background-color css

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

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

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

border-color css

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

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

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