Html Css Color HEX #714191 Royal Purple

📋 copy color: '#714191'

red 113 ◦ green 65 ◦ blue 145

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

Shades of Royal Purple #714191

Tints of Royal Purple #714191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.89%

R = 34.98%
G = 20.12%
B = 44.89%

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

#714191 (or 0x714191) is known color: Royal Purple. HEX triplet: 71, 41 and 91. RGB value is (113,65,145). Sum of RGB (Red+Green+Blue) = 113+65+145=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 145 (57.03% from 255 or 44.89% from 323); Max value from RGB is 145 - color contains mainly: blue. Hex color #714191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714191 is #8EBE6E. Grayscale: #585858. Windows color (decimal): -9354863 or 9519473. OLE color: 9519473.

HSL color Cylindrical-coordinate representation of color #714191: hue angle of 276º 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 #714191 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 65 145 -
CMYK 0.22 0.55 0 0.43
HSL 276º 0.38% 0.41% -
HSV(B) 276º 0.55% 0.57% -
XYZ 13.81 9.34 27.86 -
YUV 88.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 113 65 145 0.22 0.55 0 0.43 276 0.38 0.41
Hex 71 41 91 16 37 0 2B 114 26 29
Octal 161 101 221 26 67 0 53 424 46 51
Binary 1110001 1000001 10010001 10110 110111 0 101011 100010100 100110 101001

Color Harmonies of #714191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714191

Black with #714191

Text Example


Text Example

White with #714191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714191; }

 p { color: rgb(113,65,145); }

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

background-color css

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

 a { background-color: rgb(113,65,145); }

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

border-color css

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

 span { border-color: rgb(113,65,145); }

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