Html Css Color HEX #712C66 Palatinate Purple

📋 copy color: '#712C66'

red 113 ◦ green 44 ◦ blue 102

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

Shades of Palatinate Purple #712C66

Tints of Palatinate Purple #712C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.38%

R = 43.63%
G = 16.99%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#712C66 (or 0x712C66) is known color: Palatinate Purple. HEX triplet: 71, 2C and 66. RGB value is (113,44,102). Sum of RGB (Red+Green+Blue) = 113+44+102=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #712C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C66 is #8ED399. Grayscale: #474747. Windows color (decimal): -9360282 or 6696049. OLE color: 6696049.

HSL color Cylindrical-coordinate representation of color #712C66: hue angle of 309.57º 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 #712C66 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 44 102 -
CMYK 0 0.61 0.10 0.56
HSL 309.57º 0.44% 0.31% -
HSV(B) 309.57º 0.61% 0.44% -
XYZ 10.11 6.27 13.25 -
YUV 71.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 113 44 102 0 0.61 0.10 0.56 309.57 0.44 0.31
Hex 71 2C 66 0 3D A 38 136 2C 1F
Octal 161 54 146 0 75 12 70 466 54 37
Binary 1110001 101100 1100110 0 111101 1010 111000 100110110 101100 11111

Color Harmonies of #712C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C66

Black with #712C66

Text Example


Text Example

White with #712C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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