Html Css Color HEX #712661 Palatinate Purple

📋 copy color: '#712661'

red 113 ◦ green 38 ◦ blue 97

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

Shades of Palatinate Purple #712661

Tints of Palatinate Purple #712661

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.32%

 BLUE value IS 97 (38.28% from 255) = 39.11%

R = 45.56%
G = 15.32%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#712661 (or 0x712661) is known color: Palatinate Purple. HEX triplet: 71, 26 and 61. RGB value is (113,38,97). Sum of RGB (Red+Green+Blue) = 113+38+97=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 97 (38.28% from 255 or 39.11% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #712661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712661 is #8ED99E. Grayscale: #424242. Windows color (decimal): -9361823 or 6366833. OLE color: 6366833.

HSL color Cylindrical-coordinate representation of color #712661: hue angle of 312.8º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712661 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 38 97 -
CMYK 0 0.66 0.14 0.56
HSL 312.8º 0.5% 0.3% -
HSV(B) 312.8º 0.66% 0.44% -
XYZ 9.66 5.76 11.91 -
YUV 67.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 113 38 97 0 0.66 0.14 0.56 312.8 0.5 0.3
Hex 71 26 61 0 42 E 38 139 32 1E
Octal 161 46 141 0 102 16 70 471 62 36
Binary 1110001 100110 1100001 0 1000010 1110 111000 100111001 110010 11110

Color Harmonies of #712661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712661

Black with #712661

Text Example


Text Example

White with #712661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712661; }

 p { color: rgb(113,38,97); }

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

background-color css

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

 a { background-color: rgb(113,38,97); }

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

border-color css

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

 span { border-color: rgb(113,38,97); }

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