Html Css Color HEX #71239F Royal Purple

📋 copy color: '#71239F'

red 113 ◦ green 35 ◦ blue 159

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

Shades of Royal Purple #71239F

Tints of Royal Purple #71239F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.4%

 BLUE value IS 159 (62.5% from 255) = 51.79%

R = 36.81%
G = 11.4%
B = 51.79%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71239F (or 0x71239F) is known color: Royal Purple. HEX triplet: 71, 23 and 9F. RGB value is (113,35,159). Sum of RGB (Red+Green+Blue) = 113+35+159=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #71239F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71239F is #8EDC60. Grayscale: #484848. Windows color (decimal): -9362529 or 10429297. OLE color: 10429297.

HSL color Cylindrical-coordinate representation of color #71239F: hue angle of 277.74º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71239F is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 35 159 -
CMYK 0.29 0.78 0 0.38
HSL 277.74º 0.64% 0.38% -
HSV(B) 277.74º 0.78% 0.62% -
XYZ 13.67 7.22 33.47 -
YUV 72.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 113 35 159 0.29 0.78 0 0.38 277.74 0.64 0.38
Hex 71 23 9F 1D 4E 0 26 116 40 26
Octal 161 43 237 35 116 0 46 426 100 46
Binary 1110001 100011 10011111 11101 1001110 0 100110 100010110 1000000 100110

Color Harmonies of #71239F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71239F

Black with #71239F

Text Example


Text Example

White with #71239F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71239F; }

 p { color: rgb(113,35,159); }

 H1.HeaderClassName
 {
   color: #71239F;
 }
 .AnyTagClassName
 {
   color: #71239F;
 }
</style>

background-color css

<style>
 a { background-color: #71239F; }

 a { background-color: rgb(113,35,159); }

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

border-color css

<style>
 span { border-color: #71239F; }

 span { border-color: rgb(113,35,159); }

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