Html Css Color HEX #711D6A Palatinate Purple

📋 copy color: '#711D6A'

red 113 ◦ green 29 ◦ blue 106

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

Shades of Palatinate Purple #711D6A

Tints of Palatinate Purple #711D6A

RGB

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

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

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

R = 45.56%
G = 11.69%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#711D6A (or 0x711D6A) is known color: Palatinate Purple. HEX triplet: 71, 1D and 6A. RGB value is (113,29,106). Sum of RGB (Red+Green+Blue) = 113+29+106=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #711D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711D6A is #8EE295. Grayscale: #3E3E3E. Windows color (decimal): -9364118 or 6954353. OLE color: 6954353.

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

Color convert

RGB 113 29 106 -
CMYK 0 0.74 0.06 0.56
HSL 305º 0.59% 0.28% -
HSV(B) 305º 0.74% 0.44% -
XYZ 9.85 5.43 14.16 -
YUV 62.89 152.33 163.74 -
System Red Green Blue C M Y K H S L
Decimal 113 29 106 0 0.74 0.06 0.56 305 0.59 0.28
Hex 71 1D 6A 0 4A 6 38 131 3B 1C
Octal 161 35 152 0 112 6 70 461 73 34
Binary 1110001 11101 1101010 0 1001010 110 111000 100110001 111011 11100

Color Harmonies of #711D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711D6A

Black with #711D6A

Text Example


Text Example

White with #711D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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