Html Css Color HEX #712365 Palatinate Purple

📋 copy color: '#712365'

red 113 ◦ green 35 ◦ blue 101

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

Shades of Palatinate Purple #712365

Tints of Palatinate Purple #712365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.06%

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

R = 45.38%
G = 14.06%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#712365 (or 0x712365) is known color: Palatinate Purple. HEX triplet: 71, 23 and 65. RGB value is (113,35,101). Sum of RGB (Red+Green+Blue) = 113+35+101=249 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.38% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 113 - color contains mainly: red. Hex color #712365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712365 is #8EDC9A. Grayscale: #414141. Windows color (decimal): -9362587 or 6628209. OLE color: 6628209.

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

Color convert

RGB 113 35 101 -
CMYK 0 0.69 0.11 0.56
HSL 309.23º 0.53% 0.29% -
HSV(B) 309.23º 0.69% 0.44% -
XYZ 9.76 5.65 12.89 -
YUV 65.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 113 35 101 0 0.69 0.11 0.56 309.23 0.53 0.29
Hex 71 23 65 0 45 B 38 135 35 1D
Octal 161 43 145 0 105 13 70 465 65 35
Binary 1110001 100011 1100101 0 1000101 1011 111000 100110101 110101 11101

Color Harmonies of #712365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712365

Black with #712365

Text Example


Text Example

White with #712365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712365; }

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

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

background-color css

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

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

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

border-color css

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

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

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