Html Css Color HEX #713565 Palatinate Purple

📋 copy color: '#713565'

red 113 ◦ green 53 ◦ blue 101

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

Shades of Palatinate Purple #713565

Tints of Palatinate Purple #713565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.85%

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

R = 42.32%
G = 19.85%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#713565 (or 0x713565) is known color: Palatinate Purple. HEX triplet: 71, 35 and 65. RGB value is (113,53,101). Sum of RGB (Red+Green+Blue) = 113+53+101=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 101 (39.84% from 255 or 37.83% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #713565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713565 is #8ECA9A. Grayscale: #4C4C4C. Windows color (decimal): -9357979 or 6632817. OLE color: 6632817.

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

Color convert

RGB 113 53 101 -
CMYK 0 0.53 0.11 0.56
HSL 312º 0.36% 0.33% -
HSV(B) 312º 0.53% 0.44% -
XYZ 10.43 7 13.11 -
YUV 76.41 141.88 154.1 -
System Red Green Blue C M Y K H S L
Decimal 113 53 101 0 0.53 0.11 0.56 312 0.36 0.33
Hex 71 35 65 0 35 B 38 138 24 21
Octal 161 65 145 0 65 13 70 470 44 41
Binary 1110001 110101 1100101 0 110101 1011 111000 100111000 100100 100001

Color Harmonies of #713565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713565

Black with #713565

Text Example


Text Example

White with #713565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713565; }

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

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

background-color css

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

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

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

border-color css

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

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

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