Html Css Color HEX #712564 Palatinate Purple

📋 copy color: '#712564'

red 113 ◦ green 37 ◦ blue 100

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

Shades of Palatinate Purple #712564

Tints of Palatinate Purple #712564

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

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

R = 45.2%
G = 14.8%
B = 40%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#712564 (or 0x712564) is known color: Palatinate Purple. HEX triplet: 71, 25 and 64. RGB value is (113,37,100). Sum of RGB (Red+Green+Blue) = 113+37+100=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #712564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712564 is #8EDA9B. Grayscale: #424242. Windows color (decimal): -9362076 or 6563185. OLE color: 6563185.

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

Color convert

RGB 113 37 100 -
CMYK 0 0.67 0.12 0.56
HSL 310.26º 0.51% 0.29% -
HSV(B) 310.26º 0.67% 0.44% -
XYZ 9.77 5.75 12.65 -
YUV 66.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 113 37 100 0 0.67 0.12 0.56 310.26 0.51 0.29
Hex 71 25 64 0 43 C 38 136 33 1D
Octal 161 45 144 0 103 14 70 466 63 35
Binary 1110001 100101 1100100 0 1000011 1100 111000 100110110 110011 11101

Color Harmonies of #712564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712564

Black with #712564

Text Example


Text Example

White with #712564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712564; }

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

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

background-color css

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

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

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

border-color css

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

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

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