Html Css Color HEX #71399E Royal Purple

📋 copy color: '#71399E'

red 113 ◦ green 57 ◦ blue 158

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

Shades of Royal Purple #71399E

Tints of Royal Purple #71399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.38%

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

R = 34.45%
G = 17.38%
B = 48.17%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71399E (or 0x71399E) is known color: Royal Purple. HEX triplet: 71, 39 and 9E. RGB value is (113,57,158). Sum of RGB (Red+Green+Blue) = 113+57+158=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #71399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71399E is #8EC661. Grayscale: #545454. Windows color (decimal): -9356898 or 10369393. OLE color: 10369393.

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

Color convert

RGB 113 57 158 -
CMYK 0.28 0.64 0 0.38
HSL 273.27º 0.47% 0.42% -
HSV(B) 273.27º 0.64% 0.62% -
XYZ 14.44 8.91 33.31 -
YUV 85.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 113 57 158 0.28 0.64 0 0.38 273.27 0.47 0.42
Hex 71 39 9E 1C 40 0 26 111 2F 2A
Octal 161 71 236 34 100 0 46 421 57 52
Binary 1110001 111001 10011110 11100 1000000 0 100110 100010001 101111 101010

Color Harmonies of #71399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71399E

Black with #71399E

Text Example


Text Example

White with #71399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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