Html Css Color HEX #711DA3 Royal Purple

📋 copy color: '#711DA3'

red 113 ◦ green 29 ◦ blue 163

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

Shades of Royal Purple #711DA3

Tints of Royal Purple #711DA3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.51%

 BLUE value IS 163 (64.06% from 255) = 53.44%

R = 37.05%
G = 9.51%
B = 53.44%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#711DA3 (or 0x711DA3) is known color: Royal Purple. HEX triplet: 71, 1D and A3. RGB value is (113,29,163). Sum of RGB (Red+Green+Blue) = 113+29+163=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 163 (64.06% from 255 or 53.44% from 305); Max value from RGB is 163 - color contains mainly: blue. Hex color #711DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711DA3 is #8EE25C. Grayscale: #444444. Windows color (decimal): -9364061 or 10689905. OLE color: 10689905.

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

Color convert

RGB 113 29 163 -
CMYK 0.31 0.82 0 0.36
HSL 277.61º 0.7% 0.38% -
HSV(B) 277.61º 0.82% 0.64% -
XYZ 13.86 7.03 35.28 -
YUV 69.39 180.83 159.1 -
System Red Green Blue C M Y K H S L
Decimal 113 29 163 0.31 0.82 0 0.36 277.61 0.7 0.38
Hex 71 1D A3 1F 52 0 24 116 46 26
Octal 161 35 243 37 122 0 44 426 106 46
Binary 1110001 11101 10100011 11111 1010010 0 100100 100010110 1000110 100110

Color Harmonies of #711DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DA3

Black with #711DA3

Text Example


Text Example

White with #711DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,29,163); }

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

background-color css

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

 a { background-color: rgb(113,29,163); }

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

border-color css

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

 span { border-color: rgb(113,29,163); }

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