Html Css Color HEX #711267 Palatinate Purple

📋 copy color: '#711267'

red 113 ◦ green 18 ◦ blue 103

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

Shades of Palatinate Purple #711267

Tints of Palatinate Purple #711267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

 BLUE value IS 103 (40.63% from 255) = 44.02%

R = 48.29%
G = 7.69%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#711267 (or 0x711267) is known color: Palatinate Purple. HEX triplet: 71, 12 and 67. RGB value is (113,18,103). Sum of RGB (Red+Green+Blue) = 113+18+103=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #711267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711267 is #8EED98. Grayscale: #373737. Windows color (decimal): -9366937 or 6754929. OLE color: 6754929.

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

Color convert

RGB 113 18 103 -
CMYK 0 0.84 0.09 0.56
HSL 306.32º 0.73% 0.26% -
HSV(B) 306.32º 0.84% 0.44% -
XYZ 9.47 4.92 13.28 -
YUV 56.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 113 18 103 0 0.84 0.09 0.56 306.32 0.73 0.26
Hex 71 12 67 0 54 9 38 132 49 1A
Octal 161 22 147 0 124 11 70 462 111 32
Binary 1110001 10010 1100111 0 1010100 1001 111000 100110010 1001001 11010

Color Harmonies of #711267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711267

Black with #711267

Text Example


Text Example

White with #711267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711267; }

 p { color: rgb(113,18,103); }

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

background-color css

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

 a { background-color: rgb(113,18,103); }

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

border-color css

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

 span { border-color: rgb(113,18,103); }

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