Html Css Color HEX #711C64 Palatinate Purple

📋 copy color: '#711C64'

red 113 ◦ green 28 ◦ blue 100

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

Shades of Palatinate Purple #711C64

Tints of Palatinate Purple #711C64

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.62%

 BLUE value IS 100 (39.45% from 255) = 41.49%

R = 46.89%
G = 11.62%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#711C64 (or 0x711C64) is known color: Palatinate Purple. HEX triplet: 71, 1C and 64. RGB value is (113,28,100). Sum of RGB (Red+Green+Blue) = 113+28+100=241 (31% of max value = 765). Red value is 113 (44.53% from 255 or 46.89% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 113 - color contains mainly: red. Hex color #711C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C64 is #8EE39B. Grayscale: #3D3D3D. Windows color (decimal): -9364380 or 6560881. OLE color: 6560881.

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

Color convert

RGB 113 28 100 -
CMYK 0 0.75 0.12 0.56
HSL 309.18º 0.6% 0.28% -
HSV(B) 309.18º 0.75% 0.44% -
XYZ 9.53 5.26 12.57 -
YUV 61.62 149.66 164.65 -
System Red Green Blue C M Y K H S L
Decimal 113 28 100 0 0.75 0.12 0.56 309.18 0.6 0.28
Hex 71 1C 64 0 4B C 38 135 3C 1C
Octal 161 34 144 0 113 14 70 465 74 34
Binary 1110001 11100 1100100 0 1001011 1100 111000 100110101 111100 11100

Color Harmonies of #711C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C64

Black with #711C64

Text Example


Text Example

White with #711C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,28,100); }

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

background-color css

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

 a { background-color: rgb(113,28,100); }

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

border-color css

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

 span { border-color: rgb(113,28,100); }

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