Html Css Color HEX #713465 Palatinate Purple

📋 copy color: '#713465'

red 113 ◦ green 52 ◦ blue 101

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

Shades of Palatinate Purple #713465

Tints of Palatinate Purple #713465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

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

R = 42.48%
G = 19.55%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#713465 (or 0x713465) is known color: Palatinate Purple. HEX triplet: 71, 34 and 65. RGB value is (113,52,101). Sum of RGB (Red+Green+Blue) = 113+52+101=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #713465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713465 is #8ECB9A. Grayscale: #4B4B4B. Windows color (decimal): -9358235 or 6632561. OLE color: 6632561.

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

Color convert

RGB 113 52 101 -
CMYK 0 0.54 0.11 0.56
HSL 311.8º 0.37% 0.32% -
HSV(B) 311.8º 0.54% 0.44% -
XYZ 10.39 6.91 13.1 -
YUV 75.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 113 52 101 0 0.54 0.11 0.56 311.8 0.37 0.32
Hex 71 34 65 0 36 B 38 138 25 20
Octal 161 64 145 0 66 13 70 470 45 40
Binary 1110001 110100 1100101 0 110110 1011 111000 100111000 100101 100000

Color Harmonies of #713465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713465

Black with #713465

Text Example


Text Example

White with #713465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713465; }

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

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

background-color css

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

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

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

border-color css

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

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

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