Html Css Color HEX #71279F Royal Purple

📋 copy color: '#71279F'

red 113 ◦ green 39 ◦ blue 159

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

Shades of Royal Purple #71279F

Tints of Royal Purple #71279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

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

R = 36.33%
G = 12.54%
B = 51.13%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#71279F (or 0x71279F) is known color: Royal Purple. HEX triplet: 71, 27 and 9F. RGB value is (113,39,159). Sum of RGB (Red+Green+Blue) = 113+39+159=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #71279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71279F is #8ED860. Grayscale: #4A4A4A. Windows color (decimal): -9361505 or 10430321. OLE color: 10430321.

HSL color Cylindrical-coordinate representation of color #71279F: hue angle of 277º degrees, saturation: 0.61, 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 #71279F is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 39 159 -
CMYK 0.29 0.75 0 0.38
HSL 277º 0.61% 0.39% -
HSV(B) 277º 0.75% 0.62% -
XYZ 13.79 7.46 33.51 -
YUV 74.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 113 39 159 0.29 0.75 0 0.38 277 0.61 0.39
Hex 71 27 9F 1D 4B 0 26 115 3D 27
Octal 161 47 237 35 113 0 46 425 75 47
Binary 1110001 100111 10011111 11101 1001011 0 100110 100010101 111101 100111

Color Harmonies of #71279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71279F

Black with #71279F

Text Example


Text Example

White with #71279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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