Html Css Color HEX #712F65 Palatinate Purple

📋 copy color: '#712F65'

red 113 ◦ green 47 ◦ blue 101

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

Shades of Palatinate Purple #712F65

Tints of Palatinate Purple #712F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.01%

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

R = 43.3%
G = 18.01%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#712F65 (or 0x712F65) is known color: Palatinate Purple. HEX triplet: 71, 2F and 65. RGB value is (113,47,101). Sum of RGB (Red+Green+Blue) = 113+47+101=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #712F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712F65 is #8ED09A. Grayscale: #484848. Windows color (decimal): -9359515 or 6631281. OLE color: 6631281.

HSL color Cylindrical-coordinate representation of color #712F65: hue angle of 310.91º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #712F65 is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 47 101 -
CMYK 0 0.58 0.11 0.56
HSL 310.91º 0.41% 0.31% -
HSV(B) 310.91º 0.58% 0.44% -
XYZ 10.18 6.48 13.03 -
YUV 72.89 143.87 156.61 -
System Red Green Blue C M Y K H S L
Decimal 113 47 101 0 0.58 0.11 0.56 310.91 0.41 0.31
Hex 71 2F 65 0 3A B 38 137 29 1F
Octal 161 57 145 0 72 13 70 467 51 37
Binary 1110001 101111 1100101 0 111010 1011 111000 100110111 101001 11111

Color Harmonies of #712F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F65

Black with #712F65

Text Example


Text Example

White with #712F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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