Html Css Color HEX #712265 Palatinate Purple

📋 copy color: '#712265'

red 113 ◦ green 34 ◦ blue 101

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

Shades of Palatinate Purple #712265

Tints of Palatinate Purple #712265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 45.56%
G = 13.71%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#712265 (or 0x712265) is known color: Palatinate Purple. HEX triplet: 71, 22 and 65. RGB value is (113,34,101). Sum of RGB (Red+Green+Blue) = 113+34+101=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #712265 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712265 is #8EDD9A. Grayscale: #414141. Windows color (decimal): -9362843 or 6627953. OLE color: 6627953.

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

Color convert

RGB 113 34 101 -
CMYK 0 0.70 0.11 0.56
HSL 309.11º 0.54% 0.29% -
HSV(B) 309.11º 0.7% 0.44% -
XYZ 9.73 5.59 12.88 -
YUV 65.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 113 34 101 0 0.70 0.11 0.56 309.11 0.54 0.29
Hex 71 22 65 0 46 B 38 135 36 1D
Octal 161 42 145 0 106 13 70 465 66 35
Binary 1110001 100010 1100101 0 1000110 1011 111000 100110101 110110 11101

Color Harmonies of #712265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712265

Black with #712265

Text Example


Text Example

White with #712265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712265; }

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

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

background-color css

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

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

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

border-color css

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

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

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