Html Css Color HEX #711663 Palatinate Purple

📋 copy color: '#711663'

red 113 ◦ green 22 ◦ blue 99

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

Shades of Palatinate Purple #711663

Tints of Palatinate Purple #711663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.31%

R = 48.29%
G = 9.4%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#711663 (or 0x711663) is known color: Palatinate Purple. HEX triplet: 71, 16 and 63. RGB value is (113,22,99). Sum of RGB (Red+Green+Blue) = 113+22+99=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #711663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711663 is #8EE99C. Grayscale: #393939. Windows color (decimal): -9365917 or 6493809. OLE color: 6493809.

HSL color Cylindrical-coordinate representation of color #711663: hue angle of 309.23º 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 #711663 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 22 99 -
CMYK 0 0.81 0.12 0.56
HSL 309.23º 0.67% 0.26% -
HSV(B) 309.23º 0.81% 0.44% -
XYZ 9.35 4.99 12.27 -
YUV 57.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 113 22 99 0 0.81 0.12 0.56 309.23 0.67 0.26
Hex 71 16 63 0 51 C 38 135 43 1A
Octal 161 26 143 0 121 14 70 465 103 32
Binary 1110001 10110 1100011 0 1010001 1100 111000 100110101 1000011 11010

Color Harmonies of #711663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711663

Black with #711663

Text Example


Text Example

White with #711663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711663; }

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

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

background-color css

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

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

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

border-color css

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

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

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