Html Css Color HEX #71299F Royal Purple

📋 copy color: '#71299F'

red 113 ◦ green 41 ◦ blue 159

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

Shades of Royal Purple #71299F

Tints of Royal Purple #71299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

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

R = 36.1%
G = 13.1%
B = 50.8%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71299F (or 0x71299F) is known color: Royal Purple. HEX triplet: 71, 29 and 9F. RGB value is (113,41,159). Sum of RGB (Red+Green+Blue) = 113+41+159=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #71299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71299F is #8ED660. Grayscale: #4B4B4B. Windows color (decimal): -9360993 or 10430833. OLE color: 10430833.

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

Color convert

RGB 113 41 159 -
CMYK 0.29 0.74 0 0.38
HSL 276.61º 0.59% 0.39% -
HSV(B) 276.61º 0.74% 0.62% -
XYZ 13.86 7.6 33.54 -
YUV 75.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 113 41 159 0.29 0.74 0 0.38 276.61 0.59 0.39
Hex 71 29 9F 1D 4A 0 26 115 3B 27
Octal 161 51 237 35 112 0 46 425 73 47
Binary 1110001 101001 10011111 11101 1001010 0 100110 100010101 111011 100111

Color Harmonies of #71299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71299F

Black with #71299F

Text Example


Text Example

White with #71299F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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