Html Css Color HEX #714095 Royal Purple

📋 copy color: '#714095'

red 113 ◦ green 64 ◦ blue 149

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

Shades of Royal Purple #714095

Tints of Royal Purple #714095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 34.66%
G = 19.63%
B = 45.71%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#714095 (or 0x714095) is known color: Royal Purple. HEX triplet: 71, 40 and 95. RGB value is (113,64,149). Sum of RGB (Red+Green+Blue) = 113+64+149=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #714095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714095 is #8EBF6A. Grayscale: #585858. Windows color (decimal): -9355115 or 9781361. OLE color: 9781361.

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

Color convert

RGB 113 64 149 -
CMYK 0.24 0.57 0 0.42
HSL 274.59º 0.4% 0.42% -
HSV(B) 274.59º 0.57% 0.58% -
XYZ 14.07 9.35 29.5 -
YUV 88.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 113 64 149 0.24 0.57 0 0.42 274.59 0.4 0.42
Hex 71 40 95 18 39 0 2A 113 28 2A
Octal 161 100 225 30 71 0 52 423 50 52
Binary 1110001 1000000 10010101 11000 111001 0 101010 100010011 101000 101010

Color Harmonies of #714095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714095

Black with #714095

Text Example


Text Example

White with #714095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714095; }

 p { color: rgb(113,64,149); }

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

background-color css

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

 a { background-color: rgb(113,64,149); }

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

border-color css

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

 span { border-color: rgb(113,64,149); }

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