Html Css Color HEX #711C65 Palatinate Purple

📋 copy color: '#711C65'

red 113 ◦ green 28 ◦ blue 101

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

Shades of Palatinate Purple #711C65

Tints of Palatinate Purple #711C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 46.69%
G = 11.57%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#711C65 (or 0x711C65) is known color: Palatinate Purple. HEX triplet: 71, 1C and 65. RGB value is (113,28,101). Sum of RGB (Red+Green+Blue) = 113+28+101=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #711C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C65 is #8EE39A. Grayscale: #3D3D3D. Windows color (decimal): -9364379 or 6626417. OLE color: 6626417.

HSL color Cylindrical-coordinate representation of color #711C65: hue angle of 308.47º 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 #711C65 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 28 101 -
CMYK 0 0.75 0.11 0.56
HSL 308.47º 0.6% 0.28% -
HSV(B) 308.47º 0.75% 0.44% -
XYZ 9.57 5.28 12.83 -
YUV 61.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 113 28 101 0 0.75 0.11 0.56 308.47 0.6 0.28
Hex 71 1C 65 0 4B B 38 134 3C 1C
Octal 161 34 145 0 113 13 70 464 74 34
Binary 1110001 11100 1100101 0 1001011 1011 111000 100110100 111100 11100

Color Harmonies of #711C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711C65

Black with #711C65

Text Example


Text Example

White with #711C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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