Html Css Color HEX #712169 Palatinate Purple

📋 copy color: '#712169'

red 113 ◦ green 33 ◦ blue 105

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

Shades of Palatinate Purple #712169

Tints of Palatinate Purple #712169

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

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

R = 45.02%
G = 13.15%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#712169 (or 0x712169) is known color: Palatinate Purple. HEX triplet: 71, 21 and 69. RGB value is (113,33,105). Sum of RGB (Red+Green+Blue) = 113+33+105=251 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.02% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 113 - color contains mainly: red. Hex color #712169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712169 is #8EDE96. Grayscale: #404040. Windows color (decimal): -9363095 or 6889841. OLE color: 6889841.

HSL color Cylindrical-coordinate representation of color #712169: hue angle of 306º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712169 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 33 105 -
CMYK 0 0.71 0.07 0.56
HSL 306º 0.55% 0.29% -
HSV(B) 306º 0.71% 0.44% -
XYZ 9.9 5.62 13.93 -
YUV 65.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 113 33 105 0 0.71 0.07 0.56 306 0.55 0.29
Hex 71 21 69 0 47 7 38 132 37 1D
Octal 161 41 151 0 107 7 70 462 67 35
Binary 1110001 100001 1101001 0 1000111 111 111000 100110010 110111 11101

Color Harmonies of #712169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712169

Black with #712169

Text Example


Text Example

White with #712169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712169; }

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

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

background-color css

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

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

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

border-color css

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

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

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