Html Css Color HEX #711A6B Palatinate Purple

📋 copy color: '#711A6B'

red 113 ◦ green 26 ◦ blue 107

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

Shades of Palatinate Purple #711A6B

Tints of Palatinate Purple #711A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.5%

R = 45.93%
G = 10.57%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#711A6B (or 0x711A6B) is known color: Palatinate Purple. HEX triplet: 71, 1A and 6B. RGB value is (113,26,107). Sum of RGB (Red+Green+Blue) = 113+26+107=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #711A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A6B is #8EE594. Grayscale: #3D3D3D. Windows color (decimal): -9364885 or 7019121. OLE color: 7019121.

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

Color convert

RGB 113 26 107 -
CMYK 0 0.77 0.05 0.56
HSL 304.14º 0.63% 0.27% -
HSV(B) 304.14º 0.77% 0.44% -
XYZ 9.83 5.31 14.42 -
YUV 61.25 153.82 164.91 -
System Red Green Blue C M Y K H S L
Decimal 113 26 107 0 0.77 0.05 0.56 304.14 0.63 0.27
Hex 71 1A 6B 0 4D 5 38 130 3F 1B
Octal 161 32 153 0 115 5 70 460 77 33
Binary 1110001 11010 1101011 0 1001101 101 111000 100110000 111111 11011

Color Harmonies of #711A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711A6B

Black with #711A6B

Text Example


Text Example

White with #711A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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