Html Css Color HEX #711865 Palatinate Purple

📋 copy color: '#711865'

red 113 ◦ green 24 ◦ blue 101

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

Shades of Palatinate Purple #711865

Tints of Palatinate Purple #711865

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.08%

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

R = 47.48%
G = 10.08%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#711865 (or 0x711865) is known color: Palatinate Purple. HEX triplet: 71, 18 and 65. RGB value is (113,24,101). Sum of RGB (Red+Green+Blue) = 113+24+101=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #711865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711865 is #8EE79A. Grayscale: #3B3B3B. Windows color (decimal): -9365403 or 6625393. OLE color: 6625393.

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

Color convert

RGB 113 24 101 -
CMYK 0 0.79 0.11 0.56
HSL 308.09º 0.65% 0.27% -
HSV(B) 308.09º 0.79% 0.44% -
XYZ 9.49 5.1 12.8 -
YUV 59.39 151.49 166.24 -
System Red Green Blue C M Y K H S L
Decimal 113 24 101 0 0.79 0.11 0.56 308.09 0.65 0.27
Hex 71 18 65 0 4F B 38 134 41 1B
Octal 161 30 145 0 117 13 70 464 101 33
Binary 1110001 11000 1100101 0 1001111 1011 111000 100110100 1000001 11011

Color Harmonies of #711865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711865

Black with #711865

Text Example


Text Example

White with #711865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711865; }

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

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

background-color css

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

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

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

border-color css

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

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

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