Html Css Color HEX #71229F Royal Purple

📋 copy color: '#71229F'

red 113 ◦ green 34 ◦ blue 159

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

Shades of Royal Purple #71229F

Tints of Royal Purple #71229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.11%

 BLUE value IS 159 (62.5% from 255) = 51.96%

R = 36.93%
G = 11.11%
B = 51.96%

CMYK

 C value IS 0.29

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71229F (or 0x71229F) is known color: Royal Purple. HEX triplet: 71, 22 and 9F. RGB value is (113,34,159). Sum of RGB (Red+Green+Blue) = 113+34+159=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #71229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71229F is #8EDD60. Grayscale: #474747. Windows color (decimal): -9362785 or 10429041. OLE color: 10429041.

HSL color Cylindrical-coordinate representation of color #71229F: hue angle of 277.92º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71229F is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 34 159 -
CMYK 0.29 0.79 0 0.38
HSL 277.92º 0.65% 0.38% -
HSV(B) 277.92º 0.79% 0.62% -
XYZ 13.64 7.16 33.46 -
YUV 71.87 177.17 157.34 -
System Red Green Blue C M Y K H S L
Decimal 113 34 159 0.29 0.79 0 0.38 277.92 0.65 0.38
Hex 71 22 9F 1D 4F 0 26 116 41 26
Octal 161 42 237 35 117 0 46 426 101 46
Binary 1110001 100010 10011111 11101 1001111 0 100110 100010110 1000001 100110

Color Harmonies of #71229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71229F

Black with #71229F

Text Example


Text Example

White with #71229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71229F; }

 p { color: rgb(113,34,159); }

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

background-color css

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

 a { background-color: rgb(113,34,159); }

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

border-color css

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

 span { border-color: rgb(113,34,159); }

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