Html Css Color HEX #71329C Royal Purple

📋 copy color: '#71329C'

red 113 ◦ green 50 ◦ blue 156

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

Shades of Royal Purple #71329C

Tints of Royal Purple #71329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 35.42%
G = 15.67%
B = 48.9%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71329C (or 0x71329C) is known color: Royal Purple. HEX triplet: 71, 32 and 9C. RGB value is (113,50,156). Sum of RGB (Red+Green+Blue) = 113+50+156=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #71329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71329C is #8ECD63. Grayscale: #505050. Windows color (decimal): -9358692 or 10236529. OLE color: 10236529.

HSL color Cylindrical-coordinate representation of color #71329C: hue angle of 275.66º 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 #71329C is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 50 156 -
CMYK 0.28 0.68 0 0.39
HSL 275.66º 0.51% 0.4% -
HSV(B) 275.66º 0.68% 0.61% -
XYZ 13.95 8.19 32.3 -
YUV 80.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 113 50 156 0.28 0.68 0 0.39 275.66 0.51 0.4
Hex 71 32 9C 1C 44 0 27 114 33 28
Octal 161 62 234 34 104 0 47 424 63 50
Binary 1110001 110010 10011100 11100 1000100 0 100111 100010100 110011 101000

Color Harmonies of #71329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71329C

Black with #71329C

Text Example


Text Example

White with #71329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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