Html Css Color HEX #712364 Palatinate Purple

📋 copy color: '#712364'

red 113 ◦ green 35 ◦ blue 100

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

Shades of Palatinate Purple #712364

Tints of Palatinate Purple #712364

RGB

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

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

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

R = 45.56%
G = 14.11%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#712364 (or 0x712364) is known color: Palatinate Purple. HEX triplet: 71, 23 and 64. RGB value is (113,35,100). Sum of RGB (Red+Green+Blue) = 113+35+100=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 100 (39.45% from 255 or 40.32% from 248); Max value from RGB is 113 - color contains mainly: red. Hex color #712364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712364 is #8EDC9B. Grayscale: #414141. Windows color (decimal): -9362588 or 6562673. OLE color: 6562673.

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

Color convert

RGB 113 35 100 -
CMYK 0 0.69 0.12 0.56
HSL 310º 0.53% 0.29% -
HSV(B) 310º 0.69% 0.44% -
XYZ 9.71 5.63 12.63 -
YUV 65.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 113 35 100 0 0.69 0.12 0.56 310 0.53 0.29
Hex 71 23 64 0 45 C 38 136 35 1D
Octal 161 43 144 0 105 14 70 466 65 35
Binary 1110001 100011 1100100 0 1000101 1100 111000 100110110 110101 11101

Color Harmonies of #712364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712364

Black with #712364

Text Example


Text Example

White with #712364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712364; }

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

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

background-color css

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

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

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

border-color css

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

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

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