Html Css Color HEX #71379E Royal Purple

📋 copy color: '#71379E'

red 113 ◦ green 55 ◦ blue 158

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

Shades of Royal Purple #71379E

Tints of Royal Purple #71379E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.47%

R = 34.66%
G = 16.87%
B = 48.47%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71379E (or 0x71379E) is known color: Royal Purple. HEX triplet: 71, 37 and 9E. RGB value is (113,55,158). Sum of RGB (Red+Green+Blue) = 113+55+158=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 158 (62.11% from 255 or 48.47% from 326); Max value from RGB is 158 - color contains mainly: blue. Hex color #71379E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71379E is #8EC861. Grayscale: #535353. Windows color (decimal): -9357410 or 10368881. OLE color: 10368881.

HSL color Cylindrical-coordinate representation of color #71379E: hue angle of 273.79º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71379E is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 55 158 -
CMYK 0.28 0.65 0 0.38
HSL 273.79º 0.48% 0.42% -
HSV(B) 273.79º 0.65% 0.62% -
XYZ 14.35 8.71 33.27 -
YUV 84.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 113 55 158 0.28 0.65 0 0.38 273.79 0.48 0.42
Hex 71 37 9E 1C 41 0 26 112 30 2A
Octal 161 67 236 34 101 0 46 422 60 52
Binary 1110001 110111 10011110 11100 1000001 0 100110 100010010 110000 101010

Color Harmonies of #71379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71379E

Black with #71379E

Text Example


Text Example

White with #71379E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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