Html Css Color HEX #712C65 Palatinate Purple

📋 copy color: '#712C65'

red 113 ◦ green 44 ◦ blue 101

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

Shades of Palatinate Purple #712C65

Tints of Palatinate Purple #712C65

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.05%

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

R = 43.8%
G = 17.05%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#712C65 (or 0x712C65) is known color: Palatinate Purple. HEX triplet: 71, 2C and 65. RGB value is (113,44,101). Sum of RGB (Red+Green+Blue) = 113+44+101=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #712C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C65 is #8ED39A. Grayscale: #464646. Windows color (decimal): -9360283 or 6630513. OLE color: 6630513.

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

Color convert

RGB 113 44 101 -
CMYK 0 0.61 0.11 0.56
HSL 310.43º 0.44% 0.31% -
HSV(B) 310.43º 0.61% 0.44% -
XYZ 10.06 6.25 12.99 -
YUV 71.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 113 44 101 0 0.61 0.11 0.56 310.43 0.44 0.31
Hex 71 2C 65 0 3D B 38 136 2C 1F
Octal 161 54 145 0 75 13 70 466 54 37
Binary 1110001 101100 1100101 0 111101 1011 111000 100110110 101100 11111

Color Harmonies of #712C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C65

Black with #712C65

Text Example


Text Example

White with #712C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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