Html Css Color HEX #71379B Royal Purple

📋 copy color: '#71379B'

red 113 ◦ green 55 ◦ blue 155

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

Shades of Royal Purple #71379B

Tints of Royal Purple #71379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.03%

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

R = 34.98%
G = 17.03%
B = 47.99%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71379B (or 0x71379B) is known color: Royal Purple. HEX triplet: 71, 37 and 9B. RGB value is (113,55,155). Sum of RGB (Red+Green+Blue) = 113+55+155=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #71379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71379B is #8EC864. Grayscale: #535353. Windows color (decimal): -9357413 or 10172273. OLE color: 10172273.

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

Color convert

RGB 113 55 155 -
CMYK 0.27 0.65 0 0.39
HSL 274.8º 0.48% 0.41% -
HSV(B) 274.8º 0.65% 0.61% -
XYZ 14.09 8.61 31.93 -
YUV 83.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 113 55 155 0.27 0.65 0 0.39 274.8 0.48 0.41
Hex 71 37 9B 1B 41 0 27 113 30 29
Octal 161 67 233 33 101 0 47 423 60 51
Binary 1110001 110111 10011011 11011 1000001 0 100111 100010011 110000 101001

Color Harmonies of #71379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71379B

Black with #71379B

Text Example


Text Example

White with #71379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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