Html Css Color HEX #713F68 Palatinate Purple

📋 copy color: '#713F68'

red 113 ◦ green 63 ◦ blue 104

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

Shades of Palatinate Purple #713F68

Tints of Palatinate Purple #713F68

RGB

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

 GREEN value IS 63 (25% from 255) = 22.5%

 BLUE value IS 104 (41.02% from 255) = 37.14%

R = 40.36%
G = 22.5%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#713F68 (or 0x713F68) is known color: Palatinate Purple. HEX triplet: 71, 3F and 68. RGB value is (113,63,104). Sum of RGB (Red+Green+Blue) = 113+63+104=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #713F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F68 is #8EC097. Grayscale: #525252. Windows color (decimal): -9355416 or 6831985. OLE color: 6831985.

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

Color convert

RGB 113 63 104 -
CMYK 0 0.44 0.08 0.56
HSL 310.8º 0.28% 0.35% -
HSV(B) 310.8º 0.44% 0.44% -
XYZ 11.09 8.07 14.07 -
YUV 82.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 113 63 104 0 0.44 0.08 0.56 310.8 0.28 0.35
Hex 71 3F 68 0 2C 8 38 137 1C 23
Octal 161 77 150 0 54 10 70 467 34 43
Binary 1110001 111111 1101000 0 101100 1000 111000 100110111 11100 100011

Color Harmonies of #713F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713F68

Black with #713F68

Text Example


Text Example

White with #713F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713F68; }

 p { color: rgb(113,63,104); }

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

background-color css

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

 a { background-color: rgb(113,63,104); }

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

border-color css

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

 span { border-color: rgb(113,63,104); }

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