Html Css Color HEX #713267 Palatinate Purple

📋 copy color: '#713267'

red 113 ◦ green 50 ◦ blue 103

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

Shades of Palatinate Purple #713267

Tints of Palatinate Purple #713267

RGB

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

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

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

R = 42.48%
G = 18.8%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#713267 (or 0x713267) is known color: Palatinate Purple. HEX triplet: 71, 32 and 67. RGB value is (113,50,103). Sum of RGB (Red+Green+Blue) = 113+50+103=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 103 (40.62% from 255 or 38.72% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #713267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713267 is #8ECD98. Grayscale: #4A4A4A. Windows color (decimal): -9358745 or 6763121. OLE color: 6763121.

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

Color convert

RGB 113 50 103 -
CMYK 0 0.56 0.09 0.56
HSL 309.52º 0.39% 0.32% -
HSV(B) 309.52º 0.56% 0.44% -
XYZ 10.4 6.77 13.59 -
YUV 74.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 113 50 103 0 0.56 0.09 0.56 309.52 0.39 0.32
Hex 71 32 67 0 38 9 38 136 27 20
Octal 161 62 147 0 70 11 70 466 47 40
Binary 1110001 110010 1100111 0 111000 1001 111000 100110110 100111 100000

Color Harmonies of #713267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713267

Black with #713267

Text Example


Text Example

White with #713267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713267; }

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

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

background-color css

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

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

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

border-color css

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

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

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