Html Css Color HEX #71399B Royal Purple

📋 copy color: '#71399B'

red 113 ◦ green 57 ◦ blue 155

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

Shades of Royal Purple #71399B

Tints of Royal Purple #71399B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 34.77%
G = 17.54%
B = 47.69%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71399B (or 0x71399B) is known color: Royal Purple. HEX triplet: 71, 39 and 9B. RGB value is (113,57,155). Sum of RGB (Red+Green+Blue) = 113+57+155=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #71399B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71399B is #8EC664. Grayscale: #545454. Windows color (decimal): -9356901 or 10172785. OLE color: 10172785.

HSL color Cylindrical-coordinate representation of color #71399B: hue angle of 274.29º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71399B is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 57 155 -
CMYK 0.27 0.63 0 0.39
HSL 274.29º 0.46% 0.42% -
HSV(B) 274.29º 0.63% 0.61% -
XYZ 14.19 8.8 31.96 -
YUV 84.92 167.55 148.03 -
System Red Green Blue C M Y K H S L
Decimal 113 57 155 0.27 0.63 0 0.39 274.29 0.46 0.42
Hex 71 39 9B 1B 3F 0 27 112 2E 2A
Octal 161 71 233 33 77 0 47 422 56 52
Binary 1110001 111001 10011011 11011 111111 0 100111 100010010 101110 101010

Color Harmonies of #71399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71399B

Black with #71399B

Text Example


Text Example

White with #71399B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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