Html Css Color HEX #71289E Royal Purple

📋 copy color: '#71289E'

red 113 ◦ green 40 ◦ blue 158

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

Shades of Royal Purple #71289E

Tints of Royal Purple #71289E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

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

R = 36.33%
G = 12.86%
B = 50.8%

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

#71289E (or 0x71289E) is known color: Royal Purple. HEX triplet: 71, 28 and 9E. RGB value is (113,40,158). Sum of RGB (Red+Green+Blue) = 113+40+158=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #71289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71289E is #8ED761. Grayscale: #4A4A4A. Windows color (decimal): -9361250 or 10365041. OLE color: 10365041.

HSL color Cylindrical-coordinate representation of color #71289E: hue angle of 277.12º 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 #71289E is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 40 158 -
CMYK 0.28 0.75 0 0.38
HSL 277.12º 0.6% 0.39% -
HSV(B) 277.12º 0.75% 0.62% -
XYZ 13.74 7.5 33.07 -
YUV 75.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 113 40 158 0.28 0.75 0 0.38 277.12 0.6 0.39
Hex 71 28 9E 1C 4B 0 26 115 3C 27
Octal 161 50 236 34 113 0 46 425 74 47
Binary 1110001 101000 10011110 11100 1001011 0 100110 100010101 111100 100111

Color Harmonies of #71289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71289E

Black with #71289E

Text Example


Text Example

White with #71289E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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