Html Css Color HEX #714099 Royal Purple

📋 copy color: '#714099'

red 113 ◦ green 64 ◦ blue 153

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

Shades of Royal Purple #714099

Tints of Royal Purple #714099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.36%

R = 34.24%
G = 19.39%
B = 46.36%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#714099 (or 0x714099) is known color: Royal Purple. HEX triplet: 71, 40 and 99. RGB value is (113,64,153). Sum of RGB (Red+Green+Blue) = 113+64+153=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #714099 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714099 is #8EBF66. Grayscale: #585858. Windows color (decimal): -9355111 or 10043505. OLE color: 10043505.

HSL color Cylindrical-coordinate representation of color #714099: hue angle of 273.03º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #714099 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 64 153 -
CMYK 0.26 0.58 0 0.4
HSL 273.03º 0.41% 0.43% -
HSV(B) 273.03º 0.58% 0.6% -
XYZ 14.39 9.48 31.21 -
YUV 88.8 164.23 145.26 -
System Red Green Blue C M Y K H S L
Decimal 113 64 153 0.26 0.58 0 0.4 273.03 0.41 0.43
Hex 71 40 99 1A 3A 0 28 111 29 2B
Octal 161 100 231 32 72 0 50 421 51 53
Binary 1110001 1000000 10011001 11010 111010 0 101000 100010001 101001 101011

Color Harmonies of #714099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714099

Black with #714099

Text Example


Text Example

White with #714099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714099; }

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

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

background-color css

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

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

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

border-color css

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

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

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