Html Css Color HEX #71279E Royal Purple

📋 copy color: '#71279E'

red 113 ◦ green 39 ◦ blue 158

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

Shades of Royal Purple #71279E

Tints of Royal Purple #71279E

RGB

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

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

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

R = 36.45%
G = 12.58%
B = 50.97%

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

#71279E (or 0x71279E) is known color: Royal Purple. HEX triplet: 71, 27 and 9E. RGB value is (113,39,158). Sum of RGB (Red+Green+Blue) = 113+39+158=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #71279E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71279E is #8ED861. Grayscale: #4A4A4A. Windows color (decimal): -9361506 or 10364785. OLE color: 10364785.

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

Color convert

RGB 113 39 158 -
CMYK 0.28 0.75 0 0.38
HSL 277.31º 0.6% 0.39% -
HSV(B) 277.31º 0.75% 0.62% -
XYZ 13.71 7.43 33.06 -
YUV 74.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 113 39 158 0.28 0.75 0 0.38 277.31 0.6 0.39
Hex 71 27 9E 1C 4B 0 26 115 3C 27
Octal 161 47 236 34 113 0 46 425 74 47
Binary 1110001 100111 10011110 11100 1001011 0 100110 100010101 111100 100111

Color Harmonies of #71279E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71279E

Black with #71279E

Text Example


Text Example

White with #71279E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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