Html Css Color HEX #713269 Palatinate Purple

📋 copy color: '#713269'

red 113 ◦ green 50 ◦ blue 105

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

Shades of Palatinate Purple #713269

Tints of Palatinate Purple #713269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 42.16%
G = 18.66%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#713269 (or 0x713269) is known color: Palatinate Purple. HEX triplet: 71, 32 and 69. RGB value is (113,50,105). Sum of RGB (Red+Green+Blue) = 113+50+105=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #713269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713269 is #8ECD96. Grayscale: #4A4A4A. Windows color (decimal): -9358743 or 6894193. OLE color: 6894193.

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

Color convert

RGB 113 50 105 -
CMYK 0 0.56 0.07 0.56
HSL 307.62º 0.39% 0.32% -
HSV(B) 307.62º 0.56% 0.44% -
XYZ 10.5 6.81 14.13 -
YUV 75.11 144.87 155.03 -
System Red Green Blue C M Y K H S L
Decimal 113 50 105 0 0.56 0.07 0.56 307.62 0.39 0.32
Hex 71 32 69 0 38 7 38 134 27 20
Octal 161 62 151 0 70 7 70 464 47 40
Binary 1110001 110010 1101001 0 111000 111 111000 100110100 100111 100000

Color Harmonies of #713269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713269

Black with #713269

Text Example


Text Example

White with #713269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713269; }

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

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

background-color css

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

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

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

border-color css

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

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

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