Html Css Color HEX #714199 Royal Purple

📋 copy color: '#714199'

red 113 ◦ green 65 ◦ blue 153

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

Shades of Royal Purple #714199

Tints of Royal Purple #714199

RGB

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

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

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

R = 34.14%
G = 19.64%
B = 46.22%

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

#714199 (or 0x714199) is known color: Royal Purple. HEX triplet: 71, 41 and 99. RGB value is (113,65,153). Sum of RGB (Red+Green+Blue) = 113+65+153=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #714199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714199 is #8EBE66. Grayscale: #595959. Windows color (decimal): -9354855 or 10043761. OLE color: 10043761.

HSL color Cylindrical-coordinate representation of color #714199: hue angle of 272.73º degrees, saturation: 0.4, 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 #714199 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 65 153 -
CMYK 0.26 0.58 0 0.4
HSL 272.73º 0.4% 0.43% -
HSV(B) 272.73º 0.58% 0.6% -
XYZ 14.45 9.59 31.23 -
YUV 89.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 113 65 153 0.26 0.58 0 0.4 272.73 0.4 0.43
Hex 71 41 99 1A 3A 0 28 111 28 2B
Octal 161 101 231 32 72 0 50 421 50 53
Binary 1110001 1000001 10011001 11010 111010 0 101000 100010001 101000 101011

Color Harmonies of #714199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714199

Black with #714199

Text Example


Text Example

White with #714199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714199; }

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

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

background-color css

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

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

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

border-color css

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

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

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