Html Css Color HEX #71279D Royal Purple

📋 copy color: '#71279D'

red 113 ◦ green 39 ◦ blue 157

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

Shades of Royal Purple #71279D

Tints of Royal Purple #71279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.62%

 BLUE value IS 157 (61.72% from 255) = 50.81%

R = 36.57%
G = 12.62%
B = 50.81%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71279D (or 0x71279D) is known color: Royal Purple. HEX triplet: 71, 27 and 9D. RGB value is (113,39,157). Sum of RGB (Red+Green+Blue) = 113+39+157=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #71279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71279D is #8ED862. Grayscale: #4A4A4A. Windows color (decimal): -9361507 or 10299249. OLE color: 10299249.

HSL color Cylindrical-coordinate representation of color #71279D: hue angle of 277.63º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71279D is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 39 157 -
CMYK 0.28 0.75 0 0.38
HSL 277.63º 0.6% 0.38% -
HSV(B) 277.63º 0.75% 0.62% -
XYZ 13.62 7.4 32.61 -
YUV 74.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 113 39 157 0.28 0.75 0 0.38 277.63 0.6 0.38
Hex 71 27 9D 1C 4B 0 26 116 3C 26
Octal 161 47 235 34 113 0 46 426 74 46
Binary 1110001 100111 10011101 11100 1001011 0 100110 100010110 111100 100110

Color Harmonies of #71279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71279D

Black with #71279D

Text Example


Text Example

White with #71279D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71279D; }

 p { color: rgb(113,39,157); }

 H1.HeaderClassName
 {
   color: #71279D;
 }
 .AnyTagClassName
 {
   color: #71279D;
 }
</style>

background-color css

<style>
 a { background-color: #71279D; }

 a { background-color: rgb(113,39,157); }

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

border-color css

<style>
 span { border-color: #71279D; }

 span { border-color: rgb(113,39,157); }

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