Html Css Color HEX #714299 Royal Purple

📋 copy color: '#714299'

red 113 ◦ green 66 ◦ blue 153

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

Shades of Royal Purple #714299

Tints of Royal Purple #714299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 46.08%

R = 34.04%
G = 19.88%
B = 46.08%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#714299 (or 0x714299) is known color: Royal Purple. HEX triplet: 71, 42 and 99. RGB value is (113,66,153). Sum of RGB (Red+Green+Blue) = 113+66+153=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #714299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714299 is #8EBD66. Grayscale: #595959. Windows color (decimal): -9354599 or 10044017. OLE color: 10044017.

HSL color Cylindrical-coordinate representation of color #714299: hue angle of 272.41º 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 #714299 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 66 153 -
CMYK 0.26 0.57 0 0.4
HSL 272.41º 0.4% 0.43% -
HSV(B) 272.41º 0.57% 0.6% -
XYZ 14.51 9.71 31.25 -
YUV 89.97 163.57 144.43 -
System Red Green Blue C M Y K H S L
Decimal 113 66 153 0.26 0.57 0 0.4 272.41 0.4 0.43
Hex 71 42 99 1A 39 0 28 110 28 2B
Octal 161 102 231 32 71 0 50 420 50 53
Binary 1110001 1000010 10011001 11010 111001 0 101000 100010000 101000 101011

Color Harmonies of #714299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714299

Black with #714299

Text Example


Text Example

White with #714299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714299; }

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

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

background-color css

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

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

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

border-color css

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

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

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