Html Css Color HEX #711FA4 Royal Purple

📋 copy color: '#711FA4'

red 113 ◦ green 31 ◦ blue 164

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

Shades of Royal Purple #711FA4

Tints of Royal Purple #711FA4

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.06%

 BLUE value IS 164 (64.45% from 255) = 53.25%

R = 36.69%
G = 10.06%
B = 53.25%

CMYK

 C value IS 0.31

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#711FA4 (or 0x711FA4) is known color: Royal Purple. HEX triplet: 71, 1F and A4. RGB value is (113,31,164). Sum of RGB (Red+Green+Blue) = 113+31+164=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #711FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711FA4 is #8EE05B. Grayscale: #464646. Windows color (decimal): -9363548 or 10755953. OLE color: 10755953.

HSL color Cylindrical-coordinate representation of color #711FA4: hue angle of 276.99º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711FA4 is Cyan = 0.31, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 31 164 -
CMYK 0.31 0.81 0 0.36
HSL 276.99º 0.68% 0.38% -
HSV(B) 276.99º 0.81% 0.64% -
XYZ 14 7.17 35.77 -
YUV 70.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 113 31 164 0.31 0.81 0 0.36 276.99 0.68 0.38
Hex 71 1F A4 1F 51 0 24 115 44 26
Octal 161 37 244 37 121 0 44 425 104 46
Binary 1110001 11111 10100100 11111 1010001 0 100100 100010101 1000100 100110

Color Harmonies of #711FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FA4

Black with #711FA4

Text Example


Text Example

White with #711FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711FA4; }

 p { color: rgb(113,31,164); }

 H1.HeaderClassName
 {
   color: #711FA4;
 }
 .AnyTagClassName
 {
   color: #711FA4;
 }
</style>

background-color css

<style>
 a { background-color: #711FA4; }

 a { background-color: rgb(113,31,164); }

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

border-color css

<style>
 span { border-color: #711FA4; }

 span { border-color: rgb(113,31,164); }

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