Html Css Color HEX #713765 Palatinate Purple

📋 copy color: '#713765'

red 113 ◦ green 55 ◦ blue 101

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

Shades of Palatinate Purple #713765

Tints of Palatinate Purple #713765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.45%

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

R = 42.01%
G = 20.45%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#713765 (or 0x713765) is known color: Palatinate Purple. HEX triplet: 71, 37 and 65. RGB value is (113,55,101). Sum of RGB (Red+Green+Blue) = 113+55+101=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #713765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713765 is #8EC89A. Grayscale: #4D4D4D. Windows color (decimal): -9357467 or 6633329. OLE color: 6633329.

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

Color convert

RGB 113 55 101 -
CMYK 0 0.51 0.11 0.56
HSL 312.41º 0.35% 0.33% -
HSV(B) 312.41º 0.51% 0.44% -
XYZ 10.53 7.18 13.14 -
YUV 77.59 141.22 153.26 -
System Red Green Blue C M Y K H S L
Decimal 113 55 101 0 0.51 0.11 0.56 312.41 0.35 0.33
Hex 71 37 65 0 33 B 38 138 23 21
Octal 161 67 145 0 63 13 70 470 43 41
Binary 1110001 110111 1100101 0 110011 1011 111000 100111000 100011 100001

Color Harmonies of #713765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713765

Black with #713765

Text Example


Text Example

White with #713765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713765; }

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

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

background-color css

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

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

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

border-color css

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

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

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