Html Css Color HEX #712164 Palatinate Purple

📋 copy color: '#712164'

red 113 ◦ green 33 ◦ blue 100

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

Shades of Palatinate Purple #712164

Tints of Palatinate Purple #712164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.65%

R = 45.93%
G = 13.41%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#712164 (or 0x712164) is known color: Palatinate Purple. HEX triplet: 71, 21 and 64. RGB value is (113,33,100). Sum of RGB (Red+Green+Blue) = 113+33+100=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 113 - color contains mainly: red. Hex color #712164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712164 is #8EDE9B. Grayscale: #404040. Windows color (decimal): -9363100 or 6562161. OLE color: 6562161.

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

Color convert

RGB 113 33 100 -
CMYK 0 0.71 0.12 0.56
HSL 309.75º 0.55% 0.29% -
HSV(B) 309.75º 0.71% 0.44% -
XYZ 9.65 5.52 12.61 -
YUV 64.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 113 33 100 0 0.71 0.12 0.56 309.75 0.55 0.29
Hex 71 21 64 0 47 C 38 136 37 1D
Octal 161 41 144 0 107 14 70 466 67 35
Binary 1110001 100001 1100100 0 1000111 1100 111000 100110110 110111 11101

Color Harmonies of #712164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712164

Black with #712164

Text Example


Text Example

White with #712164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712164; }

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

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

background-color css

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

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

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

border-color css

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

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

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