Html Css Color HEX #714292 Royal Purple

📋 copy color: '#714292'

red 113 ◦ green 66 ◦ blue 146

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

Shades of Royal Purple #714292

Tints of Royal Purple #714292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.92%

R = 34.77%
G = 20.31%
B = 44.92%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#714292 (or 0x714292) is known color: Royal Purple. HEX triplet: 71, 42 and 92. RGB value is (113,66,146). Sum of RGB (Red+Green+Blue) = 113+66+146=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #714292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714292 is #8EBD6D. Grayscale: #585858. Windows color (decimal): -9354606 or 9585265. OLE color: 9585265.

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

Color convert

RGB 113 66 146 -
CMYK 0.23 0.55 0 0.43
HSL 275.25º 0.38% 0.42% -
HSV(B) 275.25º 0.55% 0.57% -
XYZ 13.95 9.48 28.29 -
YUV 89.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 113 66 146 0.23 0.55 0 0.43 275.25 0.38 0.42
Hex 71 42 92 17 37 0 2B 113 26 2A
Octal 161 102 222 27 67 0 53 423 46 52
Binary 1110001 1000010 10010010 10111 110111 0 101011 100010011 100110 101010

Color Harmonies of #714292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714292

Black with #714292

Text Example


Text Example

White with #714292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714292; }

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

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

background-color css

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

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

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

border-color css

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

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

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