Html Css Color HEX #711B6A Palatinate Purple

📋 copy color: '#711B6A'

red 113 ◦ green 27 ◦ blue 106

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

Shades of Palatinate Purple #711B6A

Tints of Palatinate Purple #711B6A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.98%

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 45.93%
G = 10.98%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#711B6A (or 0x711B6A) is known color: Palatinate Purple. HEX triplet: 71, 1B and 6A. RGB value is (113,27,106). Sum of RGB (Red+Green+Blue) = 113+27+106=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #711B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711B6A is #8EE495. Grayscale: #3D3D3D. Windows color (decimal): -9364630 or 6953841. OLE color: 6953841.

HSL color Cylindrical-coordinate representation of color #711B6A: hue angle of 304.88º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B6A is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 27 106 -
CMYK 0 0.76 0.06 0.56
HSL 304.88º 0.61% 0.27% -
HSV(B) 304.88º 0.76% 0.44% -
XYZ 9.8 5.34 14.15 -
YUV 61.72 152.99 164.58 -
System Red Green Blue C M Y K H S L
Decimal 113 27 106 0 0.76 0.06 0.56 304.88 0.61 0.27
Hex 71 1B 6A 0 4C 6 38 131 3D 1B
Octal 161 33 152 0 114 6 70 461 75 33
Binary 1110001 11011 1101010 0 1001100 110 111000 100110001 111101 11011

Color Harmonies of #711B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B6A

Black with #711B6A

Text Example


Text Example

White with #711B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,27,106); }

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

background-color css

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

 a { background-color: rgb(113,27,106); }

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

border-color css

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

 span { border-color: rgb(113,27,106); }

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