Html Css Color HEX #711665 Palatinate Purple

📋 copy color: '#711665'

red 113 ◦ green 22 ◦ blue 101

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

Shades of Palatinate Purple #711665

Tints of Palatinate Purple #711665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

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

R = 47.88%
G = 9.32%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#711665 (or 0x711665) is known color: Palatinate Purple. HEX triplet: 71, 16 and 65. RGB value is (113,22,101). Sum of RGB (Red+Green+Blue) = 113+22+101=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #711665 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711665 is #8EE99A. Grayscale: #393939. Windows color (decimal): -9365915 or 6624881. OLE color: 6624881.

HSL color Cylindrical-coordinate representation of color #711665: hue angle of 307.91º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711665 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 101 -
CMYK 0 0.81 0.11 0.56
HSL 307.91º 0.67% 0.26% -
HSV(B) 307.91º 0.81% 0.44% -
XYZ 9.45 5.02 12.78 -
YUV 58.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 113 22 101 0 0.81 0.11 0.56 307.91 0.67 0.26
Hex 71 16 65 0 51 B 38 134 43 1A
Octal 161 26 145 0 121 13 70 464 103 32
Binary 1110001 10110 1100101 0 1010001 1011 111000 100110100 1000011 11010

Color Harmonies of #711665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711665

Black with #711665

Text Example


Text Example

White with #711665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711665; }

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

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

background-color css

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

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

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

border-color css

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

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

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