Html Css Color HEX #711A6E Palatinate Purple

📋 copy color: '#711A6E'

red 113 ◦ green 26 ◦ blue 110

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

Shades of Palatinate Purple #711A6E

Tints of Palatinate Purple #711A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

 BLUE value IS 110 (43.36% from 255) = 44.18%

R = 45.38%
G = 10.44%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#711A6E (or 0x711A6E) is known color: Palatinate Purple. HEX triplet: 71, 1A and 6E. RGB value is (113,26,110). Sum of RGB (Red+Green+Blue) = 113+26+110=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #711A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A6E is #8EE591. Grayscale: #3D3D3D. Windows color (decimal): -9364882 or 7215729. OLE color: 7215729.

HSL color Cylindrical-coordinate representation of color #711A6E: hue angle of 302.07º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #711A6E is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 26 110 -
CMYK 0 0.77 0.03 0.56
HSL 302.07º 0.63% 0.27% -
HSV(B) 302.07º 0.77% 0.44% -
XYZ 9.99 5.38 15.26 -
YUV 61.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 113 26 110 0 0.77 0.03 0.56 302.07 0.63 0.27
Hex 71 1A 6E 0 4D 3 38 12E 3F 1B
Octal 161 32 156 0 115 3 70 456 77 33
Binary 1110001 11010 1101110 0 1001101 11 111000 100101110 111111 11011

Color Harmonies of #711A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A6E

Black with #711A6E

Text Example


Text Example

White with #711A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,26,110); }

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

background-color css

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

 a { background-color: rgb(113,26,110); }

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

border-color css

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

 span { border-color: rgb(113,26,110); }

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