Html Css Color HEX #713669 Palatinate Purple

📋 copy color: '#713669'

red 113 ◦ green 54 ◦ blue 105

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

Shades of Palatinate Purple #713669

Tints of Palatinate Purple #713669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

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

R = 41.54%
G = 19.85%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#713669 (or 0x713669) is known color: Palatinate Purple. HEX triplet: 71, 36 and 69. RGB value is (113,54,105). Sum of RGB (Red+Green+Blue) = 113+54+105=272 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.54% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 113 - color contains mainly: red. Hex color #713669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713669 is #8EC996. Grayscale: #4D4D4D. Windows color (decimal): -9357719 or 6895217. OLE color: 6895217.

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

Color convert

RGB 113 54 105 -
CMYK 0 0.52 0.07 0.56
HSL 308.14º 0.35% 0.33% -
HSV(B) 308.14º 0.52% 0.44% -
XYZ 10.68 7.17 14.19 -
YUV 77.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 113 54 105 0 0.52 0.07 0.56 308.14 0.35 0.33
Hex 71 36 69 0 34 7 38 134 23 21
Octal 161 66 151 0 64 7 70 464 43 41
Binary 1110001 110110 1101001 0 110100 111 111000 100110100 100011 100001

Color Harmonies of #713669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713669

Black with #713669

Text Example


Text Example

White with #713669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713669; }

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

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

background-color css

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

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

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

border-color css

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

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

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