Html Css Color HEX #712266 Palatinate Purple

📋 copy color: '#712266'

red 113 ◦ green 34 ◦ blue 102

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

Shades of Palatinate Purple #712266

Tints of Palatinate Purple #712266

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.65%

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

R = 45.38%
G = 13.65%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#712266 (or 0x712266) is known color: Palatinate Purple. HEX triplet: 71, 22 and 66. RGB value is (113,34,102). Sum of RGB (Red+Green+Blue) = 113+34+102=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #712266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712266 is #8EDD99. Grayscale: #414141. Windows color (decimal): -9362842 or 6693489. OLE color: 6693489.

HSL color Cylindrical-coordinate representation of color #712266: hue angle of 308.35º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712266 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 34 102 -
CMYK 0 0.70 0.10 0.56
HSL 308.35º 0.54% 0.29% -
HSV(B) 308.35º 0.7% 0.44% -
XYZ 9.78 5.61 13.14 -
YUV 65.37 148.67 161.97 -
System Red Green Blue C M Y K H S L
Decimal 113 34 102 0 0.70 0.10 0.56 308.35 0.54 0.29
Hex 71 22 66 0 46 A 38 134 36 1D
Octal 161 42 146 0 106 12 70 464 66 35
Binary 1110001 100010 1100110 0 1000110 1010 111000 100110100 110110 11101

Color Harmonies of #712266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712266

Black with #712266

Text Example


Text Example

White with #712266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712266; }

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

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

background-color css

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

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

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

border-color css

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

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

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