Html Css Color HEX #71329F Royal Purple

📋 copy color: '#71329F'

red 113 ◦ green 50 ◦ blue 159

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

Shades of Royal Purple #71329F

Tints of Royal Purple #71329F

RGB

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

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

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

R = 35.09%
G = 15.53%
B = 49.38%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71329F (or 0x71329F) is known color: Royal Purple. HEX triplet: 71, 32 and 9F. RGB value is (113,50,159). Sum of RGB (Red+Green+Blue) = 113+50+159=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #71329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71329F is #8ECD60. Grayscale: #505050. Windows color (decimal): -9358689 or 10433137. OLE color: 10433137.

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

Color convert

RGB 113 50 159 -
CMYK 0.29 0.69 0 0.38
HSL 274.68º 0.52% 0.41% -
HSV(B) 274.68º 0.69% 0.62% -
XYZ 14.21 8.3 33.65 -
YUV 81.26 171.87 150.64 -
System Red Green Blue C M Y K H S L
Decimal 113 50 159 0.29 0.69 0 0.38 274.68 0.52 0.41
Hex 71 32 9F 1D 45 0 26 113 34 29
Octal 161 62 237 35 105 0 46 423 64 51
Binary 1110001 110010 10011111 11101 1000101 0 100110 100010011 110100 101001

Color Harmonies of #71329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71329F

Black with #71329F

Text Example


Text Example

White with #71329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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