Html Css Color HEX #711E6C Palatinate Purple

📋 copy color: '#711E6C'

red 113 ◦ green 30 ◦ blue 108

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

Shades of Palatinate Purple #711E6C

Tints of Palatinate Purple #711E6C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.95%

 BLUE value IS 108 (42.58% from 255) = 43.03%

R = 45.02%
G = 11.95%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#711E6C (or 0x711E6C) is known color: Palatinate Purple. HEX triplet: 71, 1E and 6C. RGB value is (113,30,108). Sum of RGB (Red+Green+Blue) = 113+30+108=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #711E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711E6C is #8EE193. Grayscale: #3F3F3F. Windows color (decimal): -9363860 or 7085681. OLE color: 7085681.

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

Color convert

RGB 113 30 108 -
CMYK 0 0.73 0.04 0.56
HSL 303.61º 0.58% 0.28% -
HSV(B) 303.61º 0.73% 0.44% -
XYZ 9.98 5.52 14.73 -
YUV 63.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 113 30 108 0 0.73 0.04 0.56 303.61 0.58 0.28
Hex 71 1E 6C 0 49 4 38 130 3A 1C
Octal 161 36 154 0 111 4 70 460 72 34
Binary 1110001 11110 1101100 0 1001001 100 111000 100110000 111010 11100

Color Harmonies of #711E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711E6C

Black with #711E6C

Text Example


Text Example

White with #711E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,30,108); }

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

background-color css

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

 a { background-color: rgb(113,30,108); }

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

border-color css

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

 span { border-color: rgb(113,30,108); }

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