Html Css Color HEX #714092 Royal Purple

📋 copy color: '#714092'

red 113 ◦ green 64 ◦ blue 146

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

Shades of Royal Purple #714092

Tints of Royal Purple #714092

RGB

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

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

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

R = 34.98%
G = 19.81%
B = 45.2%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#714092 (or 0x714092) is known color: Royal Purple. HEX triplet: 71, 40 and 92. RGB value is (113,64,146). Sum of RGB (Red+Green+Blue) = 113+64+146=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #714092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714092 is #8EBF6D. Grayscale: #575757. Windows color (decimal): -9355118 or 9584753. OLE color: 9584753.

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

Color convert

RGB 113 64 146 -
CMYK 0.23 0.56 0 0.43
HSL 275.85º 0.39% 0.41% -
HSV(B) 275.85º 0.56% 0.57% -
XYZ 13.83 9.25 28.25 -
YUV 88 160.73 145.83 -
System Red Green Blue C M Y K H S L
Decimal 113 64 146 0.23 0.56 0 0.43 275.85 0.39 0.41
Hex 71 40 92 17 38 0 2B 114 27 29
Octal 161 100 222 27 70 0 53 424 47 51
Binary 1110001 1000000 10010010 10111 111000 0 101011 100010100 100111 101001

Color Harmonies of #714092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714092

Black with #714092

Text Example


Text Example

White with #714092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714092; }

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

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

background-color css

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

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

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

border-color css

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

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

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