Html Css Color HEX #714094 Royal Purple

📋 copy color: '#714094'

red 113 ◦ green 64 ◦ blue 148

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

Shades of Royal Purple #714094

Tints of Royal Purple #714094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.54%

R = 34.77%
G = 19.69%
B = 45.54%

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

#714094 (or 0x714094) is known color: Royal Purple. HEX triplet: 71, 40 and 94. RGB value is (113,64,148). Sum of RGB (Red+Green+Blue) = 113+64+148=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #714094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714094 is #8EBF6B. Grayscale: #575757. Windows color (decimal): -9355116 or 9715825. OLE color: 9715825.

HSL color Cylindrical-coordinate representation of color #714094: hue angle of 275º 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 #714094 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 64 148 -
CMYK 0.24 0.57 0 0.42
HSL 275º 0.4% 0.42% -
HSV(B) 275º 0.57% 0.58% -
XYZ 13.99 9.32 29.08 -
YUV 88.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 113 64 148 0.24 0.57 0 0.42 275 0.4 0.42
Hex 71 40 94 18 39 0 2A 113 28 2A
Octal 161 100 224 30 71 0 52 423 50 52
Binary 1110001 1000000 10010100 11000 111001 0 101010 100010011 101000 101010

Color Harmonies of #714094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714094

Black with #714094

Text Example


Text Example

White with #714094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714094; }

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

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

background-color css

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

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

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

border-color css

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

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

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