Html Css Color HEX #71329B Royal Purple

📋 copy color: '#71329B'

red 113 ◦ green 50 ◦ blue 155

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

Shades of Royal Purple #71329B

Tints of Royal Purple #71329B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.74%

R = 35.53%
G = 15.72%
B = 48.74%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71329B (or 0x71329B) is known color: Royal Purple. HEX triplet: 71, 32 and 9B. RGB value is (113,50,155). Sum of RGB (Red+Green+Blue) = 113+50+155=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #71329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71329B is #8ECD64. Grayscale: #505050. Windows color (decimal): -9358693 or 10170993. OLE color: 10170993.

HSL color Cylindrical-coordinate representation of color #71329B: hue angle of 276º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71329B is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 50 155 -
CMYK 0.27 0.68 0 0.39
HSL 276º 0.51% 0.4% -
HSV(B) 276º 0.68% 0.61% -
XYZ 13.87 8.16 31.85 -
YUV 80.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 113 50 155 0.27 0.68 0 0.39 276 0.51 0.4
Hex 71 32 9B 1B 44 0 27 114 33 28
Octal 161 62 233 33 104 0 47 424 63 50
Binary 1110001 110010 10011011 11011 1000100 0 100111 100010100 110011 101000

Color Harmonies of #71329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71329B

Black with #71329B

Text Example


Text Example

White with #71329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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