Html Css Color HEX #714394 Royal Purple

📋 copy color: '#714394'

red 113 ◦ green 67 ◦ blue 148

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

Shades of Royal Purple #714394

Tints of Royal Purple #714394

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.43%

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

R = 34.45%
G = 20.43%
B = 45.12%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#714394 (or 0x714394) is known color: Royal Purple. HEX triplet: 71, 43 and 94. RGB value is (113,67,148). Sum of RGB (Red+Green+Blue) = 113+67+148=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #714394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714394 is #8EBC6B. Grayscale: #595959. Windows color (decimal): -9354348 or 9716593. OLE color: 9716593.

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

Color convert

RGB 113 67 148 -
CMYK 0.24 0.55 0 0.42
HSL 274.07º 0.38% 0.42% -
HSV(B) 274.07º 0.55% 0.58% -
XYZ 14.16 9.66 29.14 -
YUV 89.99 160.74 144.41 -
System Red Green Blue C M Y K H S L
Decimal 113 67 148 0.24 0.55 0 0.42 274.07 0.38 0.42
Hex 71 43 94 18 37 0 2A 112 26 2A
Octal 161 103 224 30 67 0 52 422 46 52
Binary 1110001 1000011 10010100 11000 110111 0 101010 100010010 100110 101010

Color Harmonies of #714394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714394

Black with #714394

Text Example


Text Example

White with #714394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714394; }

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

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

background-color css

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

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

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

border-color css

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

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

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