Html Css Color HEX #713265 Palatinate Purple

📋 copy color: '#713265'

red 113 ◦ green 50 ◦ blue 101

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

Shades of Palatinate Purple #713265

Tints of Palatinate Purple #713265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 42.8%
G = 18.94%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#713265 (or 0x713265) is known color: Palatinate Purple. HEX triplet: 71, 32 and 65. RGB value is (113,50,101). Sum of RGB (Red+Green+Blue) = 113+50+101=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #713265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713265 is #8ECD9A. Grayscale: #4A4A4A. Windows color (decimal): -9358747 or 6632049. OLE color: 6632049.

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

Color convert

RGB 113 50 101 -
CMYK 0 0.56 0.11 0.56
HSL 311.43º 0.39% 0.32% -
HSV(B) 311.43º 0.56% 0.44% -
XYZ 10.3 6.73 13.07 -
YUV 74.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 113 50 101 0 0.56 0.11 0.56 311.43 0.39 0.32
Hex 71 32 65 0 38 B 38 137 27 20
Octal 161 62 145 0 70 13 70 467 47 40
Binary 1110001 110010 1100101 0 111000 1011 111000 100110111 100111 100000

Color Harmonies of #713265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713265

Black with #713265

Text Example


Text Example

White with #713265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713265; }

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

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

background-color css

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

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

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

border-color css

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

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

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