Html Css Color HEX #71329D Royal Purple

📋 copy color: '#71329D'

red 113 ◦ green 50 ◦ blue 157

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

Shades of Royal Purple #71329D

Tints of Royal Purple #71329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.63%

 BLUE value IS 157 (61.72% from 255) = 49.06%

R = 35.31%
G = 15.63%
B = 49.06%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71329D (or 0x71329D) is known color: Royal Purple. HEX triplet: 71, 32 and 9D. RGB value is (113,50,157). Sum of RGB (Red+Green+Blue) = 113+50+157=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #71329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71329D is #8ECD62. Grayscale: #505050. Windows color (decimal): -9358691 or 10302065. OLE color: 10302065.

HSL color Cylindrical-coordinate representation of color #71329D: hue angle of 275.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71329D is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 50 157 -
CMYK 0.28 0.68 0 0.38
HSL 275.33º 0.52% 0.41% -
HSV(B) 275.33º 0.68% 0.62% -
XYZ 14.04 8.23 32.75 -
YUV 81.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 113 50 157 0.28 0.68 0 0.38 275.33 0.52 0.41
Hex 71 32 9D 1C 44 0 26 113 34 29
Octal 161 62 235 34 104 0 46 423 64 51
Binary 1110001 110010 10011101 11100 1000100 0 100110 100010011 110100 101001

Color Harmonies of #71329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71329D

Black with #71329D

Text Example


Text Example

White with #71329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71329D; }

 p { color: rgb(113,50,157); }

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

background-color css

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

 a { background-color: rgb(113,50,157); }

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

border-color css

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

 span { border-color: rgb(113,50,157); }

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