Html Css Color HEX #713C69 Palatinate Purple

📋 copy color: '#713C69'

red 113 ◦ green 60 ◦ blue 105

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

Shades of Palatinate Purple #713C69

Tints of Palatinate Purple #713C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

 BLUE value IS 105 (41.41% from 255) = 37.77%

R = 40.65%
G = 21.58%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#713C69 (or 0x713C69) is known color: Palatinate Purple. HEX triplet: 71, 3C and 69. RGB value is (113,60,105). Sum of RGB (Red+Green+Blue) = 113+60+105=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 113 - color contains mainly: red. Hex color #713C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713C69 is #8EC396. Grayscale: #505050. Windows color (decimal): -9356183 or 6896753. OLE color: 6896753.

HSL color Cylindrical-coordinate representation of color #713C69: hue angle of 309.06º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #713C69 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 60 105 -
CMYK 0 0.47 0.07 0.56
HSL 309.06º 0.31% 0.34% -
HSV(B) 309.06º 0.47% 0.44% -
XYZ 10.98 7.76 14.28 -
YUV 80.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 113 60 105 0 0.47 0.07 0.56 309.06 0.31 0.34
Hex 71 3C 69 0 2F 7 38 135 1F 22
Octal 161 74 151 0 57 7 70 465 37 42
Binary 1110001 111100 1101001 0 101111 111 111000 100110101 11111 100010

Color Harmonies of #713C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713C69

Black with #713C69

Text Example


Text Example

White with #713C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,60,105); }

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

background-color css

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

 a { background-color: rgb(113,60,105); }

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

border-color css

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

 span { border-color: rgb(113,60,105); }

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