Html Css Color HEX #71379F Royal Purple

📋 copy color: '#71379F'

red 113 ◦ green 55 ◦ blue 159

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

Shades of Royal Purple #71379F

Tints of Royal Purple #71379F

RGB

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

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

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

R = 34.56%
G = 16.82%
B = 48.62%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71379F (or 0x71379F) is known color: Royal Purple. HEX triplet: 71, 37 and 9F. RGB value is (113,55,159). Sum of RGB (Red+Green+Blue) = 113+55+159=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 159 (62.5% from 255 or 48.62% from 327); Max value from RGB is 159 - color contains mainly: blue. Hex color #71379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71379F is #8EC860. Grayscale: #535353. Windows color (decimal): -9357409 or 10434417. OLE color: 10434417.

HSL color Cylindrical-coordinate representation of color #71379F: hue angle of 273.46º degrees, saturation: 0.49, 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 #71379F is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 55 159 -
CMYK 0.29 0.65 0 0.38
HSL 273.46º 0.49% 0.42% -
HSV(B) 273.46º 0.65% 0.62% -
XYZ 14.43 8.75 33.73 -
YUV 84.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 113 55 159 0.29 0.65 0 0.38 273.46 0.49 0.42
Hex 71 37 9F 1D 41 0 26 111 31 2A
Octal 161 67 237 35 101 0 46 421 61 52
Binary 1110001 110111 10011111 11101 1000001 0 100110 100010001 110001 101010

Color Harmonies of #71379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71379F

Black with #71379F

Text Example


Text Example

White with #71379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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