Html Css Color HEX #712269 Palatinate Purple

📋 copy color: '#712269'

red 113 ◦ green 34 ◦ blue 105

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

Shades of Palatinate Purple #712269

Tints of Palatinate Purple #712269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.67%

R = 44.84%
G = 13.49%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#712269 (or 0x712269) is known color: Palatinate Purple. HEX triplet: 71, 22 and 69. RGB value is (113,34,105). Sum of RGB (Red+Green+Blue) = 113+34+105=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 105 (41.41% from 255 or 41.67% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #712269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712269 is #8EDD96. Grayscale: #414141. Windows color (decimal): -9362839 or 6890097. OLE color: 6890097.

HSL color Cylindrical-coordinate representation of color #712269: hue angle of 306.08º 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 #712269 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 34 105 -
CMYK 0 0.70 0.07 0.56
HSL 306.08º 0.54% 0.29% -
HSV(B) 306.08º 0.7% 0.44% -
XYZ 9.93 5.67 13.94 -
YUV 65.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 113 34 105 0 0.70 0.07 0.56 306.08 0.54 0.29
Hex 71 22 69 0 46 7 38 132 36 1D
Octal 161 42 151 0 106 7 70 462 66 35
Binary 1110001 100010 1101001 0 1000110 111 111000 100110010 110110 11101

Color Harmonies of #712269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712269

Black with #712269

Text Example


Text Example

White with #712269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712269; }

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

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

background-color css

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

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

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

border-color css

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

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

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