Html Css Color HEX #711369 Palatinate Purple

📋 copy color: '#711369'

red 113 ◦ green 19 ◦ blue 105

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

Shades of Palatinate Purple #711369

Tints of Palatinate Purple #711369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 47.68%
G = 8.02%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#711369 (or 0x711369) is known color: Palatinate Purple. HEX triplet: 71, 13 and 69. RGB value is (113,19,105). Sum of RGB (Red+Green+Blue) = 113+19+105=237 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.68% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 113 - color contains mainly: red. Hex color #711369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711369 is #8EEC96. Grayscale: #383838. Windows color (decimal): -9366679 or 6886257. OLE color: 6886257.

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

Color convert

RGB 113 19 105 -
CMYK 0 0.83 0.07 0.56
HSL 305.11º 0.71% 0.26% -
HSV(B) 305.11º 0.83% 0.44% -
XYZ 9.59 5 13.82 -
YUV 56.91 155.14 168.01 -
System Red Green Blue C M Y K H S L
Decimal 113 19 105 0 0.83 0.07 0.56 305.11 0.71 0.26
Hex 71 13 69 0 53 7 38 131 47 1A
Octal 161 23 151 0 123 7 70 461 107 32
Binary 1110001 10011 1101001 0 1010011 111 111000 100110001 1000111 11010

Color Harmonies of #711369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711369

Black with #711369

Text Example


Text Example

White with #711369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711369; }

 p { color: rgb(113,19,105); }

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

background-color css

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

 a { background-color: rgb(113,19,105); }

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

border-color css

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

 span { border-color: rgb(113,19,105); }

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