Html Css Color HEX #714295 Royal Purple

📋 copy color: '#714295'

red 113 ◦ green 66 ◦ blue 149

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

Shades of Royal Purple #714295

Tints of Royal Purple #714295

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.12%

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

R = 34.45%
G = 20.12%
B = 45.43%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#714295 (or 0x714295) is known color: Royal Purple. HEX triplet: 71, 42 and 95. RGB value is (113,66,149). Sum of RGB (Red+Green+Blue) = 113+66+149=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 66 (26.17% from 255 or 20.12% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #714295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714295 is #8EBD6A. Grayscale: #595959. Windows color (decimal): -9354603 or 9781873. OLE color: 9781873.

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

Color convert

RGB 113 66 149 -
CMYK 0.24 0.56 0 0.42
HSL 273.98º 0.39% 0.42% -
HSV(B) 273.98º 0.56% 0.58% -
XYZ 14.18 9.58 29.53 -
YUV 89.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 113 66 149 0.24 0.56 0 0.42 273.98 0.39 0.42
Hex 71 42 95 18 38 0 2A 112 27 2A
Octal 161 102 225 30 70 0 52 422 47 52
Binary 1110001 1000010 10010101 11000 111000 0 101010 100010010 100111 101010

Color Harmonies of #714295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714295

Black with #714295

Text Example


Text Example

White with #714295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714295; }

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

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

background-color css

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

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

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

border-color css

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

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

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