Html Css Color HEX #714198 Royal Purple

📋 copy color: '#714198'

red 113 ◦ green 65 ◦ blue 152

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

Shades of Royal Purple #714198

Tints of Royal Purple #714198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.7%

 BLUE value IS 152 (59.77% from 255) = 46.06%

R = 34.24%
G = 19.7%
B = 46.06%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#714198 (or 0x714198) is known color: Royal Purple. HEX triplet: 71, 41 and 98. RGB value is (113,65,152). Sum of RGB (Red+Green+Blue) = 113+65+152=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #714198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714198 is #8EBE67. Grayscale: #585858. Windows color (decimal): -9354856 or 9978225. OLE color: 9978225.

HSL color Cylindrical-coordinate representation of color #714198: hue angle of 273.1º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #714198 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 65 152 -
CMYK 0.26 0.57 0 0.40
HSL 273.1º 0.4% 0.43% -
HSV(B) 273.1º 0.57% 0.6% -
XYZ 14.37 9.56 30.79 -
YUV 89.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 113 65 152 0.26 0.57 0 0.40 273.1 0.4 0.43
Hex 71 41 98 1A 39 0 28 111 28 2B
Octal 161 101 230 32 71 0 50 421 50 53
Binary 1110001 1000001 10011000 11010 111001 0 101000 100010001 101000 101011

Color Harmonies of #714198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714198

Black with #714198

Text Example


Text Example

White with #714198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714198; }

 p { color: rgb(113,65,152); }

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

background-color css

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

 a { background-color: rgb(113,65,152); }

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

border-color css

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

 span { border-color: rgb(113,65,152); }

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